Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +29 -0
requirements.txt
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core dependencies
|
| 2 |
+
gradio==4.6.0
|
| 3 |
+
PyGithub==2.1.1
|
| 4 |
+
google-generativeai==0.7.0
|
| 5 |
+
python-dotenv==1.0.0
|
| 6 |
+
tenacity==8.2.3
|
| 7 |
+
requests==2.31.0
|
| 8 |
+
|
| 9 |
+
# Voice chat dependencies
|
| 10 |
+
fastrtc
|
| 11 |
+
numpy
|
| 12 |
+
fastapi
|
| 13 |
+
uvicorn
|
| 14 |
+
twilio
|
| 15 |
+
|
| 16 |
+
# Repository analysis dependencies
|
| 17 |
+
nltk
|
| 18 |
+
spacy
|
| 19 |
+
textblob
|
| 20 |
+
markdown
|
| 21 |
+
pygments
|
| 22 |
+
langdetect
|
| 23 |
+
|
| 24 |
+
# Optional dependencies
|
| 25 |
+
pydantic
|
| 26 |
+
aiohttp
|
| 27 |
+
beautifulsoup4
|
| 28 |
+
python-magic
|
| 29 |
+
chardet
|