Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbailey authored Dec 15, 2023
1 parent ca26dc3 commit c615c2e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"geopandas",
"gtfs_kit",
"haversine",
"isort",
"ipfn",
"ipywidgets",
"matplotlib",
Expand All @@ -39,5 +38,14 @@
"us",
"werkzeug",
],
tests_requires=["bandit", "black", "black[jupyter]", "coveralls", "flake8", "pytest", "pytest-cov"],
tests_requires=[
"bandit",
"black",
"black[jupyter]",
"coveralls",
"flake8",
"isort",
"pytest",
"pytest-cov"
],
)

0 comments on commit c615c2e

Please sign in to comment.