18 lines
325 B
Plaintext
18 lines
325 B
Plaintext
# AI Code Review - Python Dependencies
|
|
|
|
# Core dependencies
|
|
requests>=2.31.0
|
|
pyyaml>=6.0
|
|
|
|
# Optional: For webhook server mode
|
|
# flask>=3.0.0
|
|
|
|
# Optional: For async operations
|
|
# aiohttp>=3.9.0
|
|
|
|
# Development dependencies (install with pip install -e .[dev])
|
|
# pytest>=7.4.0
|
|
# pytest-mock>=3.12.0
|
|
# black>=24.0.0
|
|
# mypy>=1.8.0
|