discordb/requirements.txt
2025-07-13 21:49:22 +03:00

20 lines
375 B
Plaintext

# Discord Data Collector Requirements
# Discord self-bot library
discord.py-self>=2.0.0
# Configuration management
python-dotenv>=1.0.0
toml>=0.10.2
# For future MongoDB integration
pymongo>=4.0.0
# Logging
colorlog>=6.0.0
# Standard library backports (if needed)
typing-extensions>=4.0.0
# Optional: For better async performance
uvloop>=0.17.0; sys_platform != "win32"