Revert "Use python from venv"

This reverts commit c1a6dafa9f.
This commit is contained in:
2026-05-01 20:22:45 +02:00
parent c1a6dafa9f
commit d665d8e1a0
3 changed files with 6 additions and 34 deletions

View File

@@ -11,8 +11,7 @@ dependencies = [
"authlib (==1.6.9)",
"sqlalchemy (>=2.0.49,<3.0.0)",
"pytest-alembic (>=0.12.1,<0.13.0)",
"pytest-env (>=1.6.0,<2.0.0)",
"pysqlite3-binary (>=0.5.4.post2,<0.6.0)"
"pytest-env (>=1.6.0,<2.0.0)"
]
[tool.poetry]