31 lines
456 B
Plaintext
31 lines
456 B
Plaintext
# 开发依赖
|
|
# 使用方式:pip install -r requirements-dev.txt
|
|
|
|
# 包含所有生产依赖
|
|
-r requirements.txt
|
|
|
|
# 测试框架
|
|
pytest>=7.4.0
|
|
pytest-cov>=4.1.0
|
|
pytest-asyncio>=0.21.0
|
|
pytest-mock>=3.11.0
|
|
|
|
# 代码质量
|
|
flake8>=6.1.0
|
|
black>=23.7.0
|
|
isort>=5.12.0
|
|
mypy>=1.5.0
|
|
pylint>=2.17.0
|
|
|
|
# 类型检查
|
|
types-PyYAML>=6.0.0
|
|
types-redis>=4.6.0
|
|
|
|
# 开发工具
|
|
pre-commit>=3.4.0
|
|
ipython>=8.15.0
|
|
|
|
# 文档(可选)
|
|
mkdocs>=1.5.0
|
|
mkdocs-material>=9.4.0
|