Complete rebuild of the Discord bot with modern architecture including: - Modular API client with proper error handling - Clean separation of models, services, and commands - Comprehensive test coverage with pytest - Structured logging and configuration management - Organized command structure for scalability 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
339 B
Plaintext
19 lines
339 B
Plaintext
# Core Framework
|
|
discord.py>=2.3.0
|
|
pydantic>=2.0.0
|
|
pydantic-settings>=2.0.0
|
|
aiohttp>=3.8.0
|
|
|
|
# Utilities
|
|
python-dotenv>=1.0.0
|
|
|
|
# Development & Testing
|
|
pytest>=7.0.0
|
|
pytest-asyncio>=0.21.0
|
|
pytest-mock>=3.10.0
|
|
aioresponses>=0.7.4
|
|
black>=23.0.0
|
|
ruff>=0.1.0
|
|
|
|
# Optional Dependencies
|
|
# pygsheets>=4.0.0 # For Google Sheets integration if needed |