We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9984b commit 2f959d8Copy full SHA for 2f959d8
1 file changed
setup.py
@@ -23,12 +23,12 @@
23
name="fastapi_quickcrud",
24
version=VERSION,
25
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",
+ "fastapi==0.68.2",
+ "pydantic==1.8.2",
+ "SQLAlchemy==1.4.30",
+ "StrEnum==0.4.7",
+ "starlette==0.14.2",
+ "aiosqlite==0.17.0",
32
],
33
extras_require={
34
'dev': [
0 commit comments