Skip to content

Commit 3584b3e

Browse files
committed
req,txt
1 parent 3e0f455 commit 3584b3e

1 file changed

Lines changed: 18 additions & 14 deletions

File tree

requirements.txt

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
aiosqlite==0.17.0
2+
anyio==3.5.0
3+
asgiref==3.4.1
4+
asyncpg==0.25.0
5+
coverage==6.2
6+
coveralls==3.3.1
7+
fastapi==0.72.0
8+
greenlet==1.1.2
9+
guid==0.2.1
10+
psycopg2-binary==2.9.3
11+
pydantic==1.8.2
12+
pytest==6.2.5
13+
requests==2.27.1
14+
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

Comments
 (0)