Spaces:
Sleeping
Sleeping
Commit ·
b6f6030
1
Parent(s): c357a18
Updated the requirements file after a basic complete run
Browse files- requirements.txt +51 -0
requirements.txt
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
annotated-doc==0.0.4
|
| 2 |
+
annotated-types==0.7.0
|
| 3 |
+
anyio==4.13.0
|
| 4 |
+
certifi==2026.2.25
|
| 5 |
+
click==8.3.1
|
| 6 |
+
distro==1.9.0
|
| 7 |
+
dnspython==2.8.0
|
| 8 |
+
email-validator==2.3.0
|
| 9 |
+
fastapi==0.135.3
|
| 10 |
+
fastapi-cli==0.0.24
|
| 11 |
+
fastapi-cloud-cli==0.15.1
|
| 12 |
+
fastar==0.9.0
|
| 13 |
+
h11==0.16.0
|
| 14 |
+
httpcore==1.0.9
|
| 15 |
+
httptools==0.7.1
|
| 16 |
+
httpx==0.28.1
|
| 17 |
+
idna==3.11
|
| 18 |
+
jinja2==3.1.6
|
| 19 |
+
jiter==0.13.0
|
| 20 |
+
joblib==1.5.3
|
| 21 |
+
logging==0.4.9.6
|
| 22 |
+
markdown-it-py==4.0.0
|
| 23 |
+
markupsafe==3.0.3
|
| 24 |
+
mdurl==0.1.2
|
| 25 |
+
nltk==3.9.4
|
| 26 |
+
openai==2.30.0
|
| 27 |
+
pydantic==2.12.5
|
| 28 |
+
pydantic-core==2.41.5
|
| 29 |
+
pydantic-extra-types==2.11.1
|
| 30 |
+
pydantic-settings==2.13.1
|
| 31 |
+
pygments==2.20.0
|
| 32 |
+
python-dotenv==1.2.2
|
| 33 |
+
python-multipart==0.0.22
|
| 34 |
+
pyyaml==6.0.3
|
| 35 |
+
regex==2026.3.32
|
| 36 |
+
rich==14.3.3
|
| 37 |
+
rich-toolkit==0.19.7
|
| 38 |
+
rignore==0.7.6
|
| 39 |
+
sentry-sdk==2.57.0
|
| 40 |
+
shellingham==1.5.4
|
| 41 |
+
sniffio==1.3.1
|
| 42 |
+
starlette==1.0.0
|
| 43 |
+
tqdm==4.67.3
|
| 44 |
+
typer==0.24.1
|
| 45 |
+
typing-extensions==4.15.0
|
| 46 |
+
typing-inspection==0.4.2
|
| 47 |
+
urllib3==2.6.3
|
| 48 |
+
uvicorn==0.42.0
|
| 49 |
+
uvloop==0.22.1
|
| 50 |
+
watchfiles==1.1.1
|
| 51 |
+
websockets==16.0
|