added pre-commit to dev-reqs

This commit is contained in:
Paul Gauthier 2023-12-06 14:11:32 -08:00
parent bce0279ae6
commit fc9e956340
2 changed files with 33 additions and 11 deletions

View file

@ -1,3 +1,6 @@
#
# pip-compile --output-file=dev-requirements.txt dev-requirements.in
#
pytest pytest
pip-tools pip-tools
lox lox
@ -5,3 +8,4 @@ matplotlib
pandas pandas
typer typer
imgcat imgcat
pre-commit

View file

@ -10,8 +10,10 @@ babel==2.13.1
# via sphinx # via sphinx
build==1.0.3 build==1.0.3
# via pip-tools # via pip-tools
certifi==2023.7.22 certifi==2023.11.17
# via requests # via requests
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.3.2 charset-normalizer==3.3.2
# via requests # via requests
click==8.1.7 click==8.1.7
@ -26,13 +28,19 @@ dill==0.3.7
# via # via
# multiprocess # multiprocess
# pathos # pathos
docutils==0.18.1 distlib==0.3.7
# via virtualenv
docutils==0.20.1
# via # via
# sphinx # sphinx
# sphinx-rtd-theme # sphinx-rtd-theme
fonttools==4.44.0 filelock==3.13.1
# via virtualenv
fonttools==4.46.0
# via matplotlib # via matplotlib
idna==3.4 identify==2.5.32
# via pre-commit
idna==3.6
# via requests # via requests
imagesize==1.4.1 imagesize==1.4.1
# via sphinx # via sphinx
@ -48,11 +56,13 @@ lox==0.11.0
# via -r dev-requirements.in # via -r dev-requirements.in
markupsafe==2.1.3 markupsafe==2.1.3
# via jinja2 # via jinja2
matplotlib==3.8.1 matplotlib==3.8.2
# via -r dev-requirements.in # via -r dev-requirements.in
multiprocess==0.70.15 multiprocess==0.70.15
# via pathos # via pathos
numpy==1.26.1 nodeenv==1.8.0
# via pre-commit
numpy==1.26.2
# via # via
# contourpy # contourpy
# matplotlib # matplotlib
@ -63,7 +73,7 @@ packaging==23.2
# matplotlib # matplotlib
# pytest # pytest
# sphinx # sphinx
pandas==2.1.2 pandas==2.1.3
# via -r dev-requirements.in # via -r dev-requirements.in
pathos==0.3.1 pathos==0.3.1
# via lox # via lox
@ -71,13 +81,17 @@ pillow==10.1.0
# via matplotlib # via matplotlib
pip-tools==7.3.0 pip-tools==7.3.0
# via -r dev-requirements.in # via -r dev-requirements.in
platformdirs==4.1.0
# via virtualenv
pluggy==1.3.0 pluggy==1.3.0
# via pytest # via pytest
pox==0.3.3 pox==0.3.3
# via pathos # via pathos
ppft==1.7.6.7 ppft==1.7.6.7
# via pathos # via pathos
pygments==2.16.1 pre-commit==3.5.0
# via -r dev-requirements.in
pygments==2.17.2
# via sphinx # via sphinx
pyparsing==3.1.1 pyparsing==3.1.1
# via matplotlib # via matplotlib
@ -91,6 +105,8 @@ python-dateutil==2.8.2
# pandas # pandas
pytz==2023.3.post1 pytz==2023.3.post1
# via pandas # via pandas
pyyaml==6.0.1
# via pre-commit
requests==2.31.0 requests==2.31.0
# via sphinx # via sphinx
six==1.16.0 six==1.16.0
@ -106,7 +122,7 @@ sphinx==7.2.6
# sphinxcontrib-jquery # sphinxcontrib-jquery
# sphinxcontrib-qthelp # sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml # sphinxcontrib-serializinghtml
sphinx-rtd-theme==1.3.0 sphinx-rtd-theme==2.0.0
# via lox # via lox
sphinxcontrib-applehelp==1.0.7 sphinxcontrib-applehelp==1.0.7
# via sphinx # via sphinx
@ -128,9 +144,11 @@ typing-extensions==4.8.0
# via typer # via typer
tzdata==2023.3 tzdata==2023.3
# via pandas # via pandas
urllib3==2.0.7 urllib3==2.1.0
# via requests # via requests
wheel==0.41.3 virtualenv==20.25.0
# via pre-commit
wheel==0.42.0
# via pip-tools # via pip-tools
# The following packages are considered to be unsafe in a requirements file: # The following packages are considered to be unsafe in a requirements file: