Files
telegram-helper-bot/requirements-dev.txt
2026-02-01 23:17:59 +03:00

15 lines
216 B
Plaintext

# Development and testing dependencies
-r requirements.txt
# Testing
pytest>=8.0.0
pytest-asyncio>=0.23.0
pytest-cov>=4.0.0
coverage>=7.0.0
# Development tools
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
mypy>=1.0.0