Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
CHANGED
|
@@ -3,6 +3,7 @@ aiosignal==1.3.1
|
|
| 3 |
annotated-types==0.6.0
|
| 4 |
anyio==4.3.0
|
| 5 |
attrs==23.2.0
|
|
|
|
| 6 |
certifi==2024.2.2
|
| 7 |
charset-normalizer==3.3.2
|
| 8 |
click==8.1.7
|
|
@@ -12,13 +13,19 @@ dnspython==2.6.1
|
|
| 12 |
email_validator==2.1.1
|
| 13 |
fastapi==0.111.0
|
| 14 |
fastapi-cli==0.0.4
|
|
|
|
|
|
|
| 15 |
frozenlist==1.4.1
|
|
|
|
| 16 |
greenlet==3.0.3
|
|
|
|
| 17 |
h11==0.14.0
|
| 18 |
httpcore==1.0.5
|
| 19 |
httptools==0.6.1
|
| 20 |
httpx==0.27.0
|
|
|
|
| 21 |
idna==3.7
|
|
|
|
| 22 |
Jinja2==3.1.4
|
| 23 |
jsonpatch==1.33
|
| 24 |
jsonpointer==2.4
|
|
@@ -58,6 +65,7 @@ sse-starlette==1.8.2
|
|
| 58 |
starlette==0.37.2
|
| 59 |
tenacity==8.3.0
|
| 60 |
toml==0.10.2
|
|
|
|
| 61 |
typer==0.12.3
|
| 62 |
typing-inspect==0.9.0
|
| 63 |
typing_extensions==4.11.0
|
|
@@ -67,4 +75,5 @@ uvicorn==0.29.0
|
|
| 67 |
uvloop==0.19.0
|
| 68 |
watchfiles==0.21.0
|
| 69 |
websockets==12.0
|
|
|
|
| 70 |
yarl==1.9.4
|
|
|
|
| 3 |
annotated-types==0.6.0
|
| 4 |
anyio==4.3.0
|
| 5 |
attrs==23.2.0
|
| 6 |
+
blinker==1.8.2
|
| 7 |
certifi==2024.2.2
|
| 8 |
charset-normalizer==3.3.2
|
| 9 |
click==8.1.7
|
|
|
|
| 13 |
email_validator==2.1.1
|
| 14 |
fastapi==0.111.0
|
| 15 |
fastapi-cli==0.0.4
|
| 16 |
+
filelock==3.14.0
|
| 17 |
+
Flask==3.0.3
|
| 18 |
frozenlist==1.4.1
|
| 19 |
+
fsspec==2024.5.0
|
| 20 |
greenlet==3.0.3
|
| 21 |
+
gunicorn==22.0.0
|
| 22 |
h11==0.14.0
|
| 23 |
httpcore==1.0.5
|
| 24 |
httptools==0.6.1
|
| 25 |
httpx==0.27.0
|
| 26 |
+
huggingface-hub==0.23.0
|
| 27 |
idna==3.7
|
| 28 |
+
itsdangerous==2.2.0
|
| 29 |
Jinja2==3.1.4
|
| 30 |
jsonpatch==1.33
|
| 31 |
jsonpointer==2.4
|
|
|
|
| 65 |
starlette==0.37.2
|
| 66 |
tenacity==8.3.0
|
| 67 |
toml==0.10.2
|
| 68 |
+
tqdm==4.66.4
|
| 69 |
typer==0.12.3
|
| 70 |
typing-inspect==0.9.0
|
| 71 |
typing_extensions==4.11.0
|
|
|
|
| 75 |
uvloop==0.19.0
|
| 76 |
watchfiles==0.21.0
|
| 77 |
websockets==12.0
|
| 78 |
+
Werkzeug==3.0.3
|
| 79 |
yarl==1.9.4
|