fix pyproject
This commit is contained in:
parent
d30e1086f3
commit
18b31c9889
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue