File size: 499 Bytes
592ac37
 
 
 
 
d94519d
592ac37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Web Framework
Flask==2.3.3
flask-cors==4.0.0

# AI/ML APIs
openai

# Translation
translate==3.6.1

# HTTP Requests (dependency for translate)
requests==2.31.0

# Additional dependencies that might be needed
Werkzeug==2.3.7
Jinja2==3.1.2
MarkupSafe==2.1.3
itsdangerous==2.1.2
click==8.1.7

# For better language detection (optional but recommended)
langdetect==1.0.9

# For handling different character encodings
chardet==5.2.0

# For JSON handling (usually included with Python)
certifi==2023.7.22