Inigozr commited on
Commit
f427c85
1 Parent(s): c52b1e1
Files changed (1) hide show
  1. requirements.txt +20 -0
requirements.txt CHANGED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.6.0
3
+ anyio==3.7.1
4
+ certifi==2023.11.17
5
+ charset-normalizer==3.3.2
6
+ click==8.1.7
7
+ exceptiongroup==1.2.0
8
+ fastapi==0.104.1
9
+ h11==0.14.0
10
+ idna==3.6
11
+ Pillow==10.1.0
12
+ pydantic==2.5.2
13
+ pydantic_core==2.14.5
14
+ python-multipart==0.0.6
15
+ requests==2.31.0
16
+ sniffio==1.3.0
17
+ starlette==0.27.0
18
+ typing_extensions==4.8.0
19
+ urllib3==2.1.0
20
+ uvicorn==0.24.0.post1