Skip to content

Commit 2f959d8

Browse files
authored
Update setup.py (#37)
1 parent ad9984b commit 2f959d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
name="fastapi_quickcrud",
2424
version=VERSION,
2525
install_requires=[
26-
"fastapi>=0.68.2",
27-
"pydantic>=1.8.2",
28-
"SQLAlchemy>=1.4.30",
29-
"StrEnum>=0.4.7",
30-
"starlette>=0.14.2",
31-
"aiosqlite>=0.17.0",
26+
"fastapi==0.68.2",
27+
"pydantic==1.8.2",
28+
"SQLAlchemy==1.4.30",
29+
"StrEnum==0.4.7",
30+
"starlette==0.14.2",
31+
"aiosqlite==0.17.0",
3232
],
3333
extras_require={
3434
'dev': [

0 commit comments

Comments
 (0)