Skip to content

Commit

Permalink
Update setup.py (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisLuii committed Jan 7, 2024
1 parent ad9984b commit 2f959d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
name="fastapi_quickcrud",
version=VERSION,
install_requires=[
"fastapi>=0.68.2",
"pydantic>=1.8.2",
"SQLAlchemy>=1.4.30",
"StrEnum>=0.4.7",
"starlette>=0.14.2",
"aiosqlite>=0.17.0",
"fastapi==0.68.2",
"pydantic==1.8.2",
"SQLAlchemy==1.4.30",
"StrEnum==0.4.7",
"starlette==0.14.2",
"aiosqlite==0.17.0",
],
extras_require={
'dev': [
Expand Down

0 comments on commit 2f959d8

Please sign in to comment.