Spaces:
Runtime error
Runtime error
File size: 369 Bytes
f2ef6f3 |
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 |
# Core dependencies gradio>=4.0.0 requests>=2.31.0 python-multipart>=0.0.6 # Optional: Enhanced functionality numpy>=1.24.0 pandas>=2.0.0 pillow>=10.0.0 # Async support aiohttp>=3.8.0 asyncio-throttle>=1.0.0 # Logging and monitoring psutil>=5.9.0 # Development dependencies (optional) pytest>=7.0.0 black>=23.0.0 flake8>=6.0.0 # Security cryptography>=41.0.0 |