# Python 学习与 LeetCode 刷题无需额外依赖
# 以下是可选的辅助工具

# 代码格式化
black>=23.0.0

# 代码检查
flake8>=6.0.0

# 类型检查
mypy>=1.0.0

# 测试框架
pytest>=7.0.0
