HuyDN commited on
Commit
4eabe10
1 Parent(s): bd8cb69

HuyDN: Add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +31 -0
requirements.txt ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotated-types==0.6.0
2
+ anyio==4.3.0
3
+ certifi==2024.2.2
4
+ click==8.1.7
5
+ colorama==0.4.6
6
+ dnspython==2.6.1
7
+ email_validator==2.1.1
8
+ fastapi==0.110.0
9
+ h11==0.14.0
10
+ httpcore==1.0.4
11
+ httptools==0.6.1
12
+ httpx==0.27.0
13
+ idna==3.6
14
+ itsdangerous==2.1.2
15
+ Jinja2==3.1.3
16
+ MarkupSafe==2.1.5
17
+ orjson==3.9.15
18
+ pydantic==2.6.3
19
+ pydantic-extra-types==2.6.0
20
+ pydantic-settings==2.2.1
21
+ pydantic_core==2.16.3
22
+ python-dotenv==1.0.1
23
+ python-multipart==0.0.9
24
+ PyYAML==6.0.1
25
+ sniffio==1.3.1
26
+ starlette==0.36.3
27
+ typing_extensions==4.10.0
28
+ ujson==5.9.0
29
+ uvicorn==0.27.1
30
+ watchfiles==0.21.0
31
+ websockets==12.0