Spaces:
Sleeping
Sleeping
marziehben
commited on
Create requirements.txt
Browse files- requirements.txt +33 -0
requirements.txt
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
annotated-types==0.7.0
|
2 |
+
anyio==4.4.0
|
3 |
+
certifi==2024.8.30
|
4 |
+
click==8.1.7
|
5 |
+
colorama==0.4.6
|
6 |
+
dnspython==2.6.1
|
7 |
+
email_validator==2.2.0
|
8 |
+
fastapi==0.112.2
|
9 |
+
fastapi-cli==0.0.5
|
10 |
+
h11==0.14.0
|
11 |
+
httpcore==1.0.5
|
12 |
+
httptools==0.6.1
|
13 |
+
httpx==0.27.2
|
14 |
+
idna==3.8
|
15 |
+
Jinja2==3.1.4
|
16 |
+
markdown-it-py==3.0.0
|
17 |
+
MarkupSafe==2.1.5
|
18 |
+
mdurl==0.1.2
|
19 |
+
pydantic==2.8.2
|
20 |
+
pydantic_core==2.20.1
|
21 |
+
Pygments==2.18.0
|
22 |
+
python-dotenv==1.0.1
|
23 |
+
python-multipart==0.0.9
|
24 |
+
PyYAML==6.0.2
|
25 |
+
rich==13.8.0
|
26 |
+
shellingham==1.5.4
|
27 |
+
sniffio==1.3.1
|
28 |
+
starlette==0.38.4
|
29 |
+
typer==0.12.5
|
30 |
+
typing_extensions==4.12.2
|
31 |
+
uvicorn==0.30.6
|
32 |
+
watchfiles==0.24.0
|
33 |
+
websockets==13.0.1
|