We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0443ff commit 5ddd5f1Copy full SHA for 5ddd5f1
1 file changed
requirements.txt
@@ -1,14 +1,18 @@
1
-asyncpg
2
-fastapi
3
-psycopg2-binary
4
-pydantic
5
-SQLAlchemy
6
-StrEnum
7
-pytest
8
-guid
9
-uvicorn
10
-requests
11
-coverage
12
-coveralls
13
-aiosqlite
14
-greenlet
+aiosqlite==0.17.0
+anyio==3.5.0
+asgiref==3.4.1
+asyncpg==0.25.0
+coverage==6.2
+coveralls==3.3.1
+fastapi==0.72.0
+greenlet==1.1.2
+guid==0.2.1
+psycopg2-binary==2.9.3
+pydantic==1.8.2
+pytest==6.2.5
+requests==2.27.1
+SQLAlchemy==1.4.30
15
+starlette==0.17.1
16
+StrEnum==0.4.7
17
+urllib3==1.26.8
18
+uvicorn==0.17.0
0 commit comments