Using poetry as a dependency system for development

This commit is contained in:
2021-10-15 16:12:56 +00:00
parent bfa3b45547
commit 85623f48a9
10 changed files with 115 additions and 59 deletions

3
.gitignore vendored
View File

@ -4,6 +4,9 @@ db.sqlite3
*.mo
*__pycache__*
.DS_Store
pyrightconfig.json
poetry.lock
dist/
.vscode/
env/
doc/html