Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
CHANGED
|
@@ -5,6 +5,7 @@ aiosignal==1.3.2
|
|
| 5 |
annotated-types==0.7.0
|
| 6 |
anyio==4.8.0
|
| 7 |
attrs==24.3.0
|
|
|
|
| 8 |
certifi==2024.12.14
|
| 9 |
charset-normalizer==3.4.1
|
| 10 |
click==8.1.8
|
|
@@ -17,6 +18,11 @@ ffmpy==0.5.0
|
|
| 17 |
filelock==3.16.1
|
| 18 |
frozenlist==1.5.0
|
| 19 |
fsspec==2024.12.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
googleapis-common-protos==1.66.0
|
| 21 |
gotrue==2.11.1
|
| 22 |
gradio==5.12.0
|
|
@@ -26,6 +32,7 @@ h11==0.14.0
|
|
| 26 |
h2==4.1.0
|
| 27 |
hpack==4.0.0
|
| 28 |
httpcore==1.0.7
|
|
|
|
| 29 |
httpx==0.27.2
|
| 30 |
huggingface-hub==0.27.1
|
| 31 |
hyperframe==6.0.1
|
|
@@ -34,11 +41,14 @@ importlib_metadata==8.5.0
|
|
| 34 |
Jinja2==3.1.5
|
| 35 |
jiter==0.8.2
|
| 36 |
langtrace-python-sdk==3.3.21
|
|
|
|
|
|
|
| 37 |
markdown-it-py==3.0.0
|
| 38 |
MarkupSafe==2.1.5
|
| 39 |
mdurl==0.1.2
|
| 40 |
multidict==6.1.0
|
| 41 |
numpy==2.2.1
|
|
|
|
| 42 |
openai==1.59.6
|
| 43 |
opentelemetry-api==1.29.0
|
| 44 |
opentelemetry-exporter-otlp-proto-common==1.29.0
|
|
@@ -55,13 +65,19 @@ pandas==2.2.3
|
|
| 55 |
pillow==11.1.0
|
| 56 |
postgrest==0.19.1
|
| 57 |
propcache==0.2.1
|
|
|
|
| 58 |
protobuf==5.29.3
|
| 59 |
psycopg2-binary==2.9.10
|
|
|
|
|
|
|
| 60 |
pydantic==2.10.5
|
| 61 |
pydantic_core==2.27.2
|
| 62 |
pydub==0.25.1
|
| 63 |
Pygments==2.19.1
|
|
|
|
|
|
|
| 64 |
python-dateutil==2.9.0.post0
|
|
|
|
| 65 |
python-dotenv==1.0.1
|
| 66 |
python-multipart==0.0.20
|
| 67 |
pytz==2024.2
|
|
@@ -69,7 +85,9 @@ PyYAML==6.0.2
|
|
| 69 |
realtime==2.1.0
|
| 70 |
regex==2024.11.6
|
| 71 |
requests==2.32.3
|
|
|
|
| 72 |
rich==13.9.4
|
|
|
|
| 73 |
ruff==0.9.1
|
| 74 |
safehttpx==0.1.6
|
| 75 |
safetensors==0.5.2
|
|
@@ -94,6 +112,7 @@ typer==0.15.1
|
|
| 94 |
typing_extensions==4.12.2
|
| 95 |
tzdata==2024.2
|
| 96 |
ujson==5.10.0
|
|
|
|
| 97 |
urllib3==2.3.0
|
| 98 |
uvicorn==0.34.0
|
| 99 |
websockets==13.1
|
|
|
|
| 5 |
annotated-types==0.7.0
|
| 6 |
anyio==4.8.0
|
| 7 |
attrs==24.3.0
|
| 8 |
+
cachetools==5.5.0
|
| 9 |
certifi==2024.12.14
|
| 10 |
charset-normalizer==3.4.1
|
| 11 |
click==8.1.8
|
|
|
|
| 18 |
filelock==3.16.1
|
| 19 |
frozenlist==1.5.0
|
| 20 |
fsspec==2024.12.0
|
| 21 |
+
google-api-core==2.24.0
|
| 22 |
+
google-api-python-client==2.158.0
|
| 23 |
+
google-auth==2.37.0
|
| 24 |
+
google-auth-httplib2==0.2.0
|
| 25 |
+
google-auth-oauthlib==1.2.1
|
| 26 |
googleapis-common-protos==1.66.0
|
| 27 |
gotrue==2.11.1
|
| 28 |
gradio==5.12.0
|
|
|
|
| 32 |
h2==4.1.0
|
| 33 |
hpack==4.0.0
|
| 34 |
httpcore==1.0.7
|
| 35 |
+
httplib2==0.22.0
|
| 36 |
httpx==0.27.2
|
| 37 |
huggingface-hub==0.27.1
|
| 38 |
hyperframe==6.0.1
|
|
|
|
| 41 |
Jinja2==3.1.5
|
| 42 |
jiter==0.8.2
|
| 43 |
langtrace-python-sdk==3.3.21
|
| 44 |
+
lxml==5.3.0
|
| 45 |
+
Markdown==3.7
|
| 46 |
markdown-it-py==3.0.0
|
| 47 |
MarkupSafe==2.1.5
|
| 48 |
mdurl==0.1.2
|
| 49 |
multidict==6.1.0
|
| 50 |
numpy==2.2.1
|
| 51 |
+
oauthlib==3.2.2
|
| 52 |
openai==1.59.6
|
| 53 |
opentelemetry-api==1.29.0
|
| 54 |
opentelemetry-exporter-otlp-proto-common==1.29.0
|
|
|
|
| 65 |
pillow==11.1.0
|
| 66 |
postgrest==0.19.1
|
| 67 |
propcache==0.2.1
|
| 68 |
+
proto-plus==1.25.0
|
| 69 |
protobuf==5.29.3
|
| 70 |
psycopg2-binary==2.9.10
|
| 71 |
+
pyasn1==0.6.1
|
| 72 |
+
pyasn1_modules==0.4.1
|
| 73 |
pydantic==2.10.5
|
| 74 |
pydantic_core==2.27.2
|
| 75 |
pydub==0.25.1
|
| 76 |
Pygments==2.19.1
|
| 77 |
+
pypandoc==1.15
|
| 78 |
+
pyparsing==3.2.1
|
| 79 |
python-dateutil==2.9.0.post0
|
| 80 |
+
python-docx==1.1.2
|
| 81 |
python-dotenv==1.0.1
|
| 82 |
python-multipart==0.0.20
|
| 83 |
pytz==2024.2
|
|
|
|
| 85 |
realtime==2.1.0
|
| 86 |
regex==2024.11.6
|
| 87 |
requests==2.32.3
|
| 88 |
+
requests-oauthlib==2.0.0
|
| 89 |
rich==13.9.4
|
| 90 |
+
rsa==4.9
|
| 91 |
ruff==0.9.1
|
| 92 |
safehttpx==0.1.6
|
| 93 |
safetensors==0.5.2
|
|
|
|
| 112 |
typing_extensions==4.12.2
|
| 113 |
tzdata==2024.2
|
| 114 |
ujson==5.10.0
|
| 115 |
+
uritemplate==4.1.1
|
| 116 |
urllib3==2.3.0
|
| 117 |
uvicorn==0.34.0
|
| 118 |
websockets==13.1
|