20 lines
366 B
Plaintext
20 lines
366 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
|
|
|
|
# Database integrations
|
|
asyncmy>=0.2.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" |