team_16trial / requirements.txt
dcrey7's picture
Update requirements.txt
3eabbf0 verified
raw
history blame
925 Bytes
# Core Web Framework
Flask==2.3.3
Flask-SocketIO==5.3.6
Flask-Cors==4.0.0
eventlet==0.33.3
# WebSocket and Real-time Communication
python-socketio==5.8.0
python-engineio==4.5.1
websockets==11.0.3
# API and Network Requests
requests==2.31.0
urllib3==2.0.4
certifi==2023.7.22
# Audio Processing
pydub==0.25.1
soundfile==0.12.1
numpy==1.24.3
# Environment and Configuration
python-dotenv==1.0.0
gunicorn==21.2.0
# Security and Authentication
PyJWT==2.8.0
cryptography==41.0.3
# Error Handling and Logging
python-json-logger==2.0.7
structlog==23.1.0
# File Handling and Utilities
Werkzeug==2.3.7
python-magic==0.4.27
filetype==1.2.0
# Hugging Face Spaces Specific
huggingface-hub==0.16.4
gradio==3.50.2
# Development Tools (Optional)
black==23.9.1
flake8==6.1.0
isort==5.12.0
# Time Zone Support
pytz==2023.3
tzlocal==5.0.1
# Async Utilities
asyncio==3.4.3
aiohttp==3.8.5
# Data Processing
pandas==2.1.1
numpy==1.24.3