chore: initial commit

This commit is contained in:
你的用户名
2025-11-01 21:58:31 +08:00
commit 0406b5664f
101 changed files with 20458 additions and 0 deletions

23
requirements.txt Normal file
View File

@@ -0,0 +1,23 @@
# Core dependencies
python-telegram-bot==20.7
python-dotenv==1.0.0
pytz==2024.1
aiohttp==3.9.1
# Database
aiosqlite==0.19.0
# Utilities
aiofiles==23.2.1
pydantic==2.5.3
# Development
pytest==7.4.4
pytest-asyncio==0.23.3
black==24.1.0
flake8==7.0.0
mypy==1.8.0
# Optional (for production)
redis==5.0.1
uvloop==0.19.0