discordb/requirements.txt

20 lines
313 B
Plaintext
Raw Normal View History

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
# Database (for future MongoDB integration)
pymongo>=4.0.0
# Async utilities
asyncio-throttle>=1.0.0
# Data processing
pandas>=1.5.0
# Logging
colorlog>=6.0.0