mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
added pre-commit to dev-reqs
This commit is contained in:
parent
bce0279ae6
commit
fc9e956340
2 changed files with 33 additions and 11 deletions
|
@ -1,3 +1,6 @@
|
|||
#
|
||||
# pip-compile --output-file=dev-requirements.txt dev-requirements.in
|
||||
#
|
||||
pytest
|
||||
pip-tools
|
||||
lox
|
||||
|
@ -5,3 +8,4 @@ matplotlib
|
|||
pandas
|
||||
typer
|
||||
imgcat
|
||||
pre-commit
|
|
@ -10,8 +10,10 @@ babel==2.13.1
|
|||
# via sphinx
|
||||
build==1.0.3
|
||||
# via pip-tools
|
||||
certifi==2023.7.22
|
||||
certifi==2023.11.17
|
||||
# via requests
|
||||
cfgv==3.4.0
|
||||
# via pre-commit
|
||||
charset-normalizer==3.3.2
|
||||
# via requests
|
||||
click==8.1.7
|
||||
|
@ -26,13 +28,19 @@ dill==0.3.7
|
|||
# via
|
||||
# multiprocess
|
||||
# pathos
|
||||
docutils==0.18.1
|
||||
distlib==0.3.7
|
||||
# via virtualenv
|
||||
docutils==0.20.1
|
||||
# via
|
||||
# sphinx
|
||||
# sphinx-rtd-theme
|
||||
fonttools==4.44.0
|
||||
filelock==3.13.1
|
||||
# via virtualenv
|
||||
fonttools==4.46.0
|
||||
# via matplotlib
|
||||
idna==3.4
|
||||
identify==2.5.32
|
||||
# via pre-commit
|
||||
idna==3.6
|
||||
# via requests
|
||||
imagesize==1.4.1
|
||||
# via sphinx
|
||||
|
@ -48,11 +56,13 @@ lox==0.11.0
|
|||
# via -r dev-requirements.in
|
||||
markupsafe==2.1.3
|
||||
# via jinja2
|
||||
matplotlib==3.8.1
|
||||
matplotlib==3.8.2
|
||||
# via -r dev-requirements.in
|
||||
multiprocess==0.70.15
|
||||
# via pathos
|
||||
numpy==1.26.1
|
||||
nodeenv==1.8.0
|
||||
# via pre-commit
|
||||
numpy==1.26.2
|
||||
# via
|
||||
# contourpy
|
||||
# matplotlib
|
||||
|
@ -63,7 +73,7 @@ packaging==23.2
|
|||
# matplotlib
|
||||
# pytest
|
||||
# sphinx
|
||||
pandas==2.1.2
|
||||
pandas==2.1.3
|
||||
# via -r dev-requirements.in
|
||||
pathos==0.3.1
|
||||
# via lox
|
||||
|
@ -71,13 +81,17 @@ pillow==10.1.0
|
|||
# via matplotlib
|
||||
pip-tools==7.3.0
|
||||
# via -r dev-requirements.in
|
||||
platformdirs==4.1.0
|
||||
# via virtualenv
|
||||
pluggy==1.3.0
|
||||
# via pytest
|
||||
pox==0.3.3
|
||||
# via pathos
|
||||
ppft==1.7.6.7
|
||||
# via pathos
|
||||
pygments==2.16.1
|
||||
pre-commit==3.5.0
|
||||
# via -r dev-requirements.in
|
||||
pygments==2.17.2
|
||||
# via sphinx
|
||||
pyparsing==3.1.1
|
||||
# via matplotlib
|
||||
|
@ -91,6 +105,8 @@ python-dateutil==2.8.2
|
|||
# pandas
|
||||
pytz==2023.3.post1
|
||||
# via pandas
|
||||
pyyaml==6.0.1
|
||||
# via pre-commit
|
||||
requests==2.31.0
|
||||
# via sphinx
|
||||
six==1.16.0
|
||||
|
@ -106,7 +122,7 @@ sphinx==7.2.6
|
|||
# sphinxcontrib-jquery
|
||||
# sphinxcontrib-qthelp
|
||||
# sphinxcontrib-serializinghtml
|
||||
sphinx-rtd-theme==1.3.0
|
||||
sphinx-rtd-theme==2.0.0
|
||||
# via lox
|
||||
sphinxcontrib-applehelp==1.0.7
|
||||
# via sphinx
|
||||
|
@ -128,9 +144,11 @@ typing-extensions==4.8.0
|
|||
# via typer
|
||||
tzdata==2023.3
|
||||
# via pandas
|
||||
urllib3==2.0.7
|
||||
urllib3==2.1.0
|
||||
# via requests
|
||||
wheel==0.41.3
|
||||
virtualenv==20.25.0
|
||||
# via pre-commit
|
||||
wheel==0.42.0
|
||||
# via pip-tools
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue