Spaces:
Sleeping
Sleeping
Ahmer Tabassum commited on
Commit ·
61d52b6
1
Parent(s): 15db30a
Updated requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
|
@@ -2,8 +2,11 @@ aiofiles==24.1.0
|
|
| 2 |
annotated-doc==0.0.4
|
| 3 |
annotated-types==0.7.0
|
| 4 |
anyio==4.12.0
|
|
|
|
|
|
|
| 5 |
brotli==1.2.0
|
| 6 |
certifi==2025.11.12
|
|
|
|
| 7 |
click==8.3.1
|
| 8 |
distro==1.9.0
|
| 9 |
exceptiongroup==1.3.1
|
|
@@ -20,6 +23,7 @@ httpcore==1.0.9
|
|
| 20 |
httpx==0.28.1
|
| 21 |
huggingface_hub==1.2.3
|
| 22 |
idna==3.11
|
|
|
|
| 23 |
Jinja2==3.1.6
|
| 24 |
jiter==0.12.0
|
| 25 |
markdown-it-py==4.0.0
|
|
@@ -40,6 +44,7 @@ python-dotenv==1.2.1
|
|
| 40 |
python-multipart==0.0.21
|
| 41 |
pytz==2025.2
|
| 42 |
PyYAML==6.0.3
|
|
|
|
| 43 |
rich==14.2.0
|
| 44 |
safehttpx==0.1.7
|
| 45 |
semantic-version==2.10.0
|
|
@@ -54,4 +59,5 @@ typer-slim==0.20.1
|
|
| 54 |
typing-inspection==0.4.2
|
| 55 |
typing_extensions==4.15.0
|
| 56 |
tzdata==2025.3
|
|
|
|
| 57 |
uvicorn==0.40.0
|
|
|
|
| 2 |
annotated-doc==0.0.4
|
| 3 |
annotated-types==0.7.0
|
| 4 |
anyio==4.12.0
|
| 5 |
+
azure-ai-documentintelligence==1.0.2
|
| 6 |
+
azure-core==1.37.0
|
| 7 |
brotli==1.2.0
|
| 8 |
certifi==2025.11.12
|
| 9 |
+
charset-normalizer==3.4.4
|
| 10 |
click==8.3.1
|
| 11 |
distro==1.9.0
|
| 12 |
exceptiongroup==1.3.1
|
|
|
|
| 23 |
httpx==0.28.1
|
| 24 |
huggingface_hub==1.2.3
|
| 25 |
idna==3.11
|
| 26 |
+
isodate==0.7.2
|
| 27 |
Jinja2==3.1.6
|
| 28 |
jiter==0.12.0
|
| 29 |
markdown-it-py==4.0.0
|
|
|
|
| 44 |
python-multipart==0.0.21
|
| 45 |
pytz==2025.2
|
| 46 |
PyYAML==6.0.3
|
| 47 |
+
requests==2.32.5
|
| 48 |
rich==14.2.0
|
| 49 |
safehttpx==0.1.7
|
| 50 |
semantic-version==2.10.0
|
|
|
|
| 59 |
typing-inspection==0.4.2
|
| 60 |
typing_extensions==4.15.0
|
| 61 |
tzdata==2025.3
|
| 62 |
+
urllib3==2.6.2
|
| 63 |
uvicorn==0.40.0
|