news-classifier/crawler-module/requirements-dev.txt

17 lines
219 B
Plaintext

-r requirements.txt
# 测试
pytest==7.4.3
pytest-cov==4.1.0
pytest-mock==3.12.0
# 代码质量
black==23.12.1
flake8==7.0.0
mypy==1.7.1
isort==5.13.2
# 类型检查
types-PyYAML==6.0.12.12
types-requests==2.31.0.10