Skip to content

Commit

Permalink
Add setuptools to install dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-f committed Nov 28, 2024
1 parent f47402d commit f4f2461
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ mypy>=0.9
gitchangelog
mkdocs
pprint
osmium

osmium
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ geopandas
pandas
tqdm
requests
protobuf>=4.21.1
protobuf>=4.21.1
setuptools
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def read(*paths, **kwargs):
"tqdm",
"requests",
"protobuf>=4.21.1",
"setuptools",
]

extras_require={"test": [
Expand Down

0 comments on commit f4f2461

Please sign in to comment.