SectorMultiplayerChatServer / requirements.txt
awacke1's picture
Update requirements.txt
dc5eee6 verified
raw
history blame
692 Bytes
# Core Gradio for the snazzy UI 🎨
gradio>=4.0.0
# Asyncio and WebSockets for real-time log zapping ⚑
asyncio>=3.4.3
websockets>=10.0
# JSON for data juggling πŸ€Ήβ€β™‚οΈ
json
# Logging to keep tabs on the chaos πŸ“œ
logging>=0.4.9.6
# Argument parsing for bossing the app around πŸ› οΈ
argparse>=1.1
# URL encoding for sneaky safe strings πŸ•΅οΈβ€β™‚οΈ
urllib3>=1.26.0
# File system fun and timestamp trickery ⏰
os>=0.5.0
pathlib>=1.0.1
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 ✨ (comes with Gradio, but listing for clarity)
starlette>=0.27.0