SectorMultiplayerChatServer / requirements.txt
awacke1's picture
Update requirements.txt
d4cf01d verified
raw
history blame
481 Bytes
# 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