Skip to content

Commit

Permalink
Create dev-requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
aclerc committed Apr 22, 2024
1 parent 7ea7ed6 commit 99f79f3
Showing 1 changed file with 124 additions and 0 deletions.
124 changes: 124 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --extra=dev --output-file=dev-requirements.txt pyproject.toml
#
annotated-types==0.6.0
# via pydantic
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
colorama==0.4.6
# via pytest
contourpy==1.2.1
# via matplotlib
coverage==7.4.4
# via wind-up (pyproject.toml)
cycler==0.12.1
# via matplotlib
fonttools==4.51.0
# via matplotlib
geographiclib==2.0
# via wind-up (pyproject.toml)
idna==3.7
# via requests
iniconfig==2.0.0
# via pytest
kiwisolver==1.4.5
# via matplotlib
matplotlib==3.8.4
# via
# seaborn
# wind-up (pyproject.toml)
mypy==1.9.0
# via wind-up (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
numpy==1.26.4
# via
# contourpy
# matplotlib
# pandas
# pyarrow
# ruptures
# scipy
# seaborn
packaging==24.0
# via
# matplotlib
# pytest
pandas==2.2.2
# via
# seaborn
# wind-up (pyproject.toml)
pastel==0.2.1
# via poethepoet
pillow==10.3.0
# via matplotlib
pluggy==1.4.0
# via pytest
poethepoet==0.25.0
# via wind-up (pyproject.toml)
pyarrow==15.0.2
# via wind-up (pyproject.toml)
pydantic==2.6.4
# via wind-up (pyproject.toml)
pydantic-core==2.16.3
# via pydantic
pyparsing==3.1.2
# via matplotlib
pytest==8.1.1
# via wind-up (pyproject.toml)
python-dateutil==2.9.0.post0
# via
# matplotlib
# pandas
python-dotenv==1.0.1
# via wind-up (pyproject.toml)
pytz==2024.1
# via pandas
pyyaml==6.0.1
# via wind-up (pyproject.toml)
requests==2.31.0
# via wind-up (pyproject.toml)
ruff==0.3.5
# via wind-up (pyproject.toml)
ruptures==1.1.9
# via wind-up (pyproject.toml)
scipy==1.13.0
# via
# ruptures
# wind-up (pyproject.toml)
seaborn==0.13.2
# via wind-up (pyproject.toml)
six==1.16.0
# via python-dateutil
tabulate==0.9.0
# via wind-up (pyproject.toml)
toml==0.10.2
# via wind-up (pyproject.toml)
tomli==2.0.1
# via poethepoet
types-pyyaml==6.0.12.20240311
# via wind-up (pyproject.toml)
types-requests==2.31.0.20240406
# via wind-up (pyproject.toml)
types-tabulate==0.9.0.20240106
# via wind-up (pyproject.toml)
types-toml==0.10.8.20240310
# via wind-up (pyproject.toml)
typing-extensions==4.11.0
# via
# mypy
# pydantic
# pydantic-core
tzdata==2024.1
# via pandas
urllib3==2.2.1
# via
# requests
# types-requests
utm==0.7.0
# via wind-up (pyproject.toml)

0 comments on commit 99f79f3

Please sign in to comment.