Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +36 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core Dependencies
|
| 2 |
+
gradio
|
| 3 |
+
fastapi
|
| 4 |
+
uvicorn
|
| 5 |
+
requests
|
| 6 |
+
pydantic
|
| 7 |
+
|
| 8 |
+
# Data Visualization
|
| 9 |
+
plotly
|
| 10 |
+
matplotlib
|
| 11 |
+
seaborn
|
| 12 |
+
|
| 13 |
+
# Data Processing
|
| 14 |
+
pandas
|
| 15 |
+
numpy
|
| 16 |
+
|
| 17 |
+
# Modal Labs
|
| 18 |
+
modal
|
| 19 |
+
|
| 20 |
+
# OpenAI Integration
|
| 21 |
+
openai
|
| 22 |
+
# Utility Libraries
|
| 23 |
+
python-dateutil
|
| 24 |
+
python-multipart
|
| 25 |
+
|
| 26 |
+
# Development Dependencies
|
| 27 |
+
pytest
|
| 28 |
+
black
|
| 29 |
+
flake8
|
| 30 |
+
|
| 31 |
+
# Security
|
| 32 |
+
python-jose[cryptography]==3.3.0
|
| 33 |
+
passlib[bcrypt]==1.7.4
|
| 34 |
+
|
| 35 |
+
# Environment Management
|
| 36 |
+
python-dotenv
|