fix pyproject

This commit is contained in:
Yusur 2025-07-30 18:23:17 +02:00
parent d30e1086f3
commit 18b31c9889

View file

@ -34,7 +34,7 @@ Repository = "https://github.com/sakuragasaki46/suou"
[project.optional-dependencies] [project.optional-dependencies]
# the below are all dev dependencies (and probably already installed) # the below are all dev dependencies (and probably already installed)
sqlalchemy = [ sqlalchemy = [
"SQLAlchemy>=2.0.0[asyncio]" "SQLAlchemy[asyncio]>=2.0.0"
] ]
flask = [ flask = [
"Flask>=2.0.0", "Flask>=2.0.0",