Skip to content

Commit 51b0483

Browse files
authored
Create requirements.txt
1 parent 735189b commit 51b0483

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

requirements.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
alembic==1.11.1
2+
annotated-types==0.5.0
3+
anyio==3.7.1
4+
asyncpg==0.28.0
5+
click==8.1.6
6+
fastapi==0.100.1
7+
fastapi-pagination==0.11.0
8+
greenlet==2.0.2
9+
h11==0.14.0
10+
idna==3.4
11+
Mako==1.2.4
12+
MarkupSafe==2.1.3
13+
pydantic==2.1.1
14+
pydantic_core==2.4.0
15+
sniffio==1.3.0
16+
SQLAlchemy==2.0.19
17+
starlette==0.27.0
18+
typing_extensions==4.7.1
19+
uvicorn==0.23.1
20+
pytest
21+
httpx

0 commit comments

Comments
 (0)