2025-07-13 20:04:53 +02:00
|
|
|
# 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
|
|
|
|
|
|
2025-07-13 23:28:45 +02:00
|
|
|
# MongoDB integration
|
2025-07-13 20:04:53 +02:00
|
|
|
pymongo>=4.0.0
|
|
|
|
|
|
2025-07-13 20:49:22 +02:00
|
|
|
# Logging
|
|
|
|
|
colorlog>=6.0.0
|
2025-07-13 20:04:53 +02:00
|
|
|
|
2025-07-13 20:49:22 +02:00
|
|
|
# Standard library backports (if needed)
|
|
|
|
|
typing-extensions>=4.0.0
|
2025-07-13 20:04:53 +02:00
|
|
|
|
2025-07-13 20:49:22 +02:00
|
|
|
# Optional: For better async performance
|
|
|
|
|
uvloop>=0.17.0; sys_platform != "win32"
|