Skip to content

Commit

Permalink
new dep for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinkunks committed Sep 19, 2022
1 parent 988abfc commit 5152cc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ install_requires =
unmap

[options.extras_require]
test = pytest; pytest-cov
docs = sphinx; sphinxcontrib-apidoc; myst_nb; furo
dev = build; pytest; pytest-cov; sphinx; sphinxcontrib-apidoc; myst_nb; furo; geopandas
test = pytest; pytest-cov; requests
docs = sphinx; sphinxcontrib-apidoc; myst_nb; furo; requests
dev = build; pytest; pytest-cov; sphinx; sphinxcontrib-apidoc; myst_nb; furo; geopandas; requests
geopandas = geopandas

[tool:pytest]
Expand Down

0 comments on commit 5152cc8

Please sign in to comment.