# PyAdvanceKit 开发环境依赖
# ============================================

# 包含所有核心依赖
-r requirements.txt

# 所有数据库驱动（开发环境测试用）
# ============================================
asyncpg>=0.29.0
psycopg2-binary>=2.9.0
aiomysql>=0.2.0
pymysql>=1.1.0

# 测试框架
# ============================================
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-tornasync>=0.6.0
pytest-trio>=0.7.0
pytest-twisted>=1.14.0
pytest-cov>=4.0.0
pytest-mock>=3.11.0
httpx>=0.25.0
coverage>=7.0.0
factory-boy>=3.3.0

# 代码质量工具
# ============================================
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
mypy>=1.5.0
pylint>=3.0.0

# 开发工具
# ============================================
pre-commit>=3.0.0
ipython>=8.0.0
jupyter>=1.0.0

# 文档生成
# ============================================
mkdocs>=1.5.0
mkdocs-material>=9.0.0
mkdocstrings[python]>=0.23.0

# 构建和发布工具
# ============================================
build>=1.0.0
twine>=4.0.0
wheel>=0.41.0
