# Core Gradio for the snazzy UI π¨ | |
gradio>=4.0.0 | |
# Asyncio and WebSockets for real-time chat zapping β‘ | |
asyncio>=3.4.3 | |
websockets>=10.0 | |
# Argument parsing for bossing the app around π οΈ | |
argparse>=1.1 | |
# File system fun and timestamp trickery β° | |
#os>=0.5.0 | |
#datetime>=4.3 | |
# Randomness for username roulette π² | |
#random>=3.2 | |
# Uvicorn for serving up the app hot and fresh π³ | |
uvicorn>=0.15.0 | |
# Starlette for middleware magic β¨ (bundled with Gradio) | |
starlette>=0.27.0 |