full switch to rtx

This commit is contained in:
Gabriel Augendre 2023-10-08 16:30:04 +02:00
parent 9e2c9bcd7d
commit defd369e96
4 changed files with 7 additions and 4 deletions

3
.envrc
View file

@ -1,3 +0,0 @@
layout python3
export ENV_FILE="$(realpath ./envs/local-envs.env)"
export DATABASE_URL="sqlite:///$(realpath ./db/db.sqlite3)"

1
.gitignore vendored
View file

@ -39,3 +39,4 @@ dashboard_templates/backup_*.zip
.idea/sonarlint/
character.json
.direnv/
.venv/

6
.rtx.toml Normal file
View file

@ -0,0 +1,6 @@
[tools]
python = {version="3.11", virtualenv=".venv"}
[env]
ENV_FILE = "{{config_root}}/envs/local-envs.env"
DATABASE_URL = "sqlite:///{{config_root}}/db/db.sqlite3"

View file

@ -1 +0,0 @@
python 3.11.2