File size: 592 Bytes
e30257d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# 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