feat: switch to Poetry

This commit is contained in:
2024-11-21 21:17:57 +00:00
parent 1ee89e28e9
commit 968ec8eb77
6 changed files with 938 additions and 1 deletions

2
.gitignore vendored
View File

@ -52,6 +52,7 @@ coverage.xml
*.py,cover
.hypothesis/
.pytest_cache/
.ruff_cache/
# Translations
*.mo
@ -111,6 +112,7 @@ venv/
ENV/
env.bak/
venv.bak/
.env.test
# Spyder project settings
.spyderproject