File size: 482 Bytes
78073c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
huggingface_hub==0.25.2

# Core dependencies
gradio>=4.0.0
huggingface_hub>=0.20.0
transformers>=4.30.0

# API and networking
requests>=2.28.0
aiohttp>=3.8.3

# Security
python-dotenv>=1.0.0
cryptography>=40.0.0
pyjwt>=2.6.0

# Logging and monitoring
logging-utils>=0.0.13
prometheus-client>=0.16.0

# Deployment and scaling
gunicorn>=20.1.0
uvicorn>=0.22.0

# Testing
pytest>=7.3.1
pytest-asyncio>=0.21.0

# Utilities
numpy>=1.24.0
pandas>=2.0.0
python-dateutil>=2.8.2
tqdm>=4.65.0