Skip to content

Commit

Permalink
updated BASE_REQUIREMENTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua (codemation) committed Sep 9, 2023
1 parent 739be0d commit cf56301
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"SQLAlchemy==1.4.28",
"databases==0.5.3",
"redis>=4.2.0",
"pydantic>=1.9.1,pydantic<2",
"pydantic>=1.9.1",
"pydantic<2",
"alembic==1.8.1",
]
MYSQL_REQUIREMENTS = [
Expand Down

0 comments on commit cf56301

Please sign in to comment.