Skip to content

Commit

Permalink
Fixup requirements after rebasing main
Browse files Browse the repository at this point in the history
  • Loading branch information
ccunningham101 committed Sep 20, 2023
1 parent 4e347b6 commit ace7df2
Showing 1 changed file with 33 additions and 22 deletions.
55 changes: 33 additions & 22 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,20 @@ attrs==23.1.0
# requests-cache
black==23.9.1
# via -r requirements.dev.in
build==0.10.0
build==1.0.3
# via pip-tools
cattrs==23.1.2
# via requests-cache
certifi==2023.7.22
# via requests
cfgv==3.3.1
# via
# fiona
# pyproj
# requests
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via
# black
# click-plugins
Expand All @@ -32,7 +35,7 @@ click-plugins==1.1.1
# via fiona
cligj==0.7.2
# via fiona
contourpy==1.1.0
contourpy==1.1.1
# via matplotlib
country-converter==1.0.0
# via -r requirements.dev.in
Expand All @@ -42,15 +45,19 @@ cycler==0.11.0
# via matplotlib
distlib==0.3.7
# via virtualenv
filelock==3.12.2
exceptiongroup==1.1.3
# via
# cattrs
# pytest
filelock==3.12.4
# via virtualenv
fiona==1.9.4.post1
# via geopandas
fonttools==4.42.1
# via matplotlib
geopandas==0.13.2
geopandas==0.14.0
# via -r requirements.dev.in
identify==2.5.25
identify==2.5.29
# via pre-commit
idna==3.4
# via
Expand All @@ -60,7 +67,7 @@ iniconfig==2.0.0
# via pytest
kiwisolver==1.4.5
# via matplotlib
matplotlib==3.7.2
matplotlib==3.8.0
# via -r requirements.dev.in
multidict==6.0.4
# via yarl
Expand All @@ -74,7 +81,8 @@ numpy==1.26.0
# contourpy
# matplotlib
# pandas
packaging==23.0
# shapely
packaging==23.1
# via
# black
# build
Expand All @@ -85,22 +93,23 @@ pandas==2.1.0
# via
# -r requirements.dev.in
# country-converter
pathspec==0.9.0
# geopandas
pathspec==0.11.2
# via black
pillow==10.0.0
pillow==10.0.1
# via matplotlib
pip-tools==7.2.0
pip-tools==7.3.0
# via -r requirements.dev.in
platformdirs==3.10.0
# via
# black
# requests-cache
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pre-commit==3.4.0
# via -r requirements.dev.in
pyparsing==3.0.9
pyparsing==3.1.1
# via matplotlib
pyproj==3.6.0
# via geopandas
Expand All @@ -112,7 +121,7 @@ python-dateutil==2.8.2
# via
# matplotlib
# pandas
pytz==2023.3
pytz==2023.3.post1
# via pandas
pyyaml==6.0.1
# via
Expand All @@ -135,30 +144,32 @@ six==1.16.0
# fiona
# python-dateutil
# url-normalize
tomli==1.1.0
tomli==2.0.1
# via
# black
# build
# pip-tools
# pyproject-hooks
# pytest
typing-extensions==4.7.1
# via cattrs
typing-extensions==4.8.0
# via
# black
# cattrs
tzdata==2023.3
# via pandas
unidecode==1.3.6
# via -r requirements.dev.in
url-normalize==1.4.3
# via requests-cache
urllib3==2.0.4
urllib3==2.0.5
# via
# requests
# requests-cache
vcrpy==5.1.0
# via -r requirements.dev.in
virtualenv==20.24.2
virtualenv==20.24.5
# via pre-commit
wheel==0.41.0
wheel==0.41.2
# via pip-tools
wrapt==1.15.0
# via vcrpy
Expand Down

0 comments on commit ace7df2

Please sign in to comment.