Skip to content

Commit

Permalink
fix: fixed sqlalchemy dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsin committed Feb 23, 2024
1 parent 6a0c236 commit 9a1a6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"pytest",
"pytest-asyncio",
"sphinx",
"sqlalchemy",
"sqlalchemy[asyncio]",
"twine",
"wheel",
],
Expand Down

0 comments on commit 9a1a6fa

Please sign in to comment.