feat: Update requirements.txt with test dependencies and enhance install script
Some checks reported errors
continuous-integration/drone/push Build was killed

- Add pytest, coverage, linting tools to requirements.txt
- Update install script for v2.1.0 with auth system info
- Mention JWT authentication and security features in output
This commit is contained in:
2025-11-25 21:26:27 +09:00
parent 66a783ba17
commit d00fc9fd61
157 changed files with 366 additions and 67581 deletions

View File

@@ -53,9 +53,14 @@ psutil>=5.9.0
# Для сигналов (встроенный)
# signal - встроенный модуль
# Дополнительные зависимости для разработки и тестирования (опционально)
# pytest>=7.4.0
# pytest-asyncio>=0.21.0
# black>=23.9.0
# flake8>=6.0.0
# mypy>=1.5.0
# Дополнительные зависимости для разработки и тестирования
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
black>=23.9.0
flake8>=6.0.0
isort>=5.12.0
bandit>=1.7.5
safety>=2.3.0
mkdocs>=1.5.0
mkdocs-material>=9.4.0