mirror of
https://github.com/Aider-AI/aider
synced 2026-04-26 01:25:17 +02:00
20 lines
317 B
Plaintext
20 lines
317 B
Plaintext
pytest
|
|
pytest-cov
|
|
pytest-env
|
|
pip-tools
|
|
lox
|
|
matplotlib
|
|
pandas
|
|
typer
|
|
imgcat
|
|
pre-commit
|
|
cogapp
|
|
semver
|
|
codespell
|
|
uv
|
|
google-cloud-bigquery
|
|
|
|
# matplotlib 3.7.2 requires contourpy 1.3.2, but contourpy 1.3.2 does not support Python 3.11.
|
|
contourpy==1.3.2 ; python_version < "3.11"
|
|
contourpy==1.3.3 ; python_version >= "3.11"
|