# 开发依赖
-r requirements.txt

# 测试工具
pytest>=7.0.0
pytest-django>=4.5.0
pytest-cov>=4.0.0
factory-boy>=3.2.0
faker>=18.0.0

# Pre-commit hooks
pre-commit>=3.0.0

# 代码质量工具
isort>=5.12.0
flake8>=5.0.0,<6.0.0
flake8-docstrings>=1.7.0
mypy>=1.0.0
black>=23.0.0

# 安全工具
bandit>=1.7.0

-i https://mirrors.aliyun.com/pypi/simple