Skip to content

Commit

Permalink
Adds requests library to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
songololo committed Sep 24, 2021
1 parent 62ca2e6 commit 45c74ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ networkx>=2.4
numba>=0.53
numpy
pytest
requests
shapely>=1.7
sklearn
tqdm
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='cityseer',
version='1.1.5',
version='1.1.6',
packages=['cityseer', 'cityseer.algos', 'cityseer.metrics', 'cityseer.tools'],
description='Computational tools for urban analysis',
url='https://github.com/benchmark-urbanism/cityseer-api',
Expand All @@ -24,6 +24,7 @@
'numba>=0.53',
'numpy',
'pytest',
'requests',
'shapely>=1.7',
'sklearn',
'tqdm',
Expand Down

0 comments on commit 45c74ee

Please sign in to comment.