Update requirements.txt
Browse files- requirements.txt +2 -29
requirements.txt
CHANGED
|
@@ -1,43 +1,16 @@
|
|
| 1 |
-
#
|
| 2 |
gradio==4.44.0
|
| 3 |
google-generativeai==0.7.2
|
| 4 |
-
# Document processing
|
| 5 |
PyPDF2==3.0.1
|
| 6 |
pdfplumber==0.11.0
|
| 7 |
python-docx==1.1.2
|
| 8 |
-
python-magic==0.4.27
|
| 9 |
-
# Data processing
|
| 10 |
pandas==2.2.2
|
| 11 |
numpy==1.26.4
|
| 12 |
-
# Visualization
|
| 13 |
plotly==5.23.0
|
| 14 |
-
matplotlib==3.9.2
|
| 15 |
-
seaborn==0.13.2
|
| 16 |
-
# Web utilities
|
| 17 |
requests==2.32.3
|
| 18 |
-
beautifulsoup4==4.12.3
|
| 19 |
aiohttp==3.10.5
|
| 20 |
-
# Git/Repository analysis
|
| 21 |
-
gitpython==3.1.43
|
| 22 |
-
pydriller==2.6
|
| 23 |
-
# Date handling
|
| 24 |
python-dateutil==2.9.0
|
| 25 |
-
# Data validation
|
| 26 |
pydantic==2.8.2
|
| 27 |
-
|
| 28 |
-
# Security & caching
|
| 29 |
-
cryptography==42.0.8
|
| 30 |
-
python-jose==3.3.0
|
| 31 |
-
redis==5.0.7
|
| 32 |
-
diskcache==5.6.3
|
| 33 |
-
# Testing
|
| 34 |
-
pytest==8.3.2
|
| 35 |
-
pytest-asyncio==0.24.0
|
| 36 |
-
# Monitoring
|
| 37 |
-
prometheus-client==0.20.0
|
| 38 |
-
# NLP utilities
|
| 39 |
-
nltk==3.8.1
|
| 40 |
-
spacy==3.7.5
|
| 41 |
-
# Rate limiting
|
| 42 |
ratelimit==2.2.1
|
| 43 |
backoff==2.2.1
|
|
|
|
| 1 |
+
# Minimal requirements for HF Spaces
|
| 2 |
gradio==4.44.0
|
| 3 |
google-generativeai==0.7.2
|
|
|
|
| 4 |
PyPDF2==3.0.1
|
| 5 |
pdfplumber==0.11.0
|
| 6 |
python-docx==1.1.2
|
|
|
|
|
|
|
| 7 |
pandas==2.2.2
|
| 8 |
numpy==1.26.4
|
|
|
|
| 9 |
plotly==5.23.0
|
|
|
|
|
|
|
|
|
|
| 10 |
requests==2.32.3
|
|
|
|
| 11 |
aiohttp==3.10.5
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
python-dateutil==2.9.0
|
|
|
|
| 13 |
pydantic==2.8.2
|
| 14 |
+
gitpython==3.1.43
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
ratelimit==2.2.1
|
| 16 |
backoff==2.2.1
|