# Python开发环境依赖包
# 代码质量工具
black==23.12.1
flake8==7.0.0
mypy==1.8.0
pylint==3.0.3

# 测试框架
pytest==7.4.4
pytest-cov==4.1.0

# 开发工具
ipython==8.18.1
jupyter==1.0.0
