team_16trial / requirements.txt
dcrey7's picture
Upload 9 files
e30257d verified
raw
history blame
592 Bytes
# Web Framework and Server
Flask==2.3.3
Flask-SocketIO==5.3.6
python-dotenv==1.0.0
gunicorn==21.2.0
eventlet==0.33.3
Werkzeug==2.3.7
# Real-time Communication
websockets==11.0.3
python-engineio==4.5.1
python-socketio==5.8.0
# 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
# Error Handling and Logging
python-json-logger==2.0.7
# Security
PyJWT==2.8.0
# CORS support
Flask-CORS==4.0.0
# Time zone support
pytz==2023.3
# File handling
python-magic==0.4.27