Skip to content

Commit

Permalink
fix: update list of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Jan 29, 2019
1 parent 3913f1f commit 4a3ce89
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion setup.py
Expand Up @@ -34,7 +34,17 @@
install_requires=[
'shapely',
'emoji',
'hdbscan'
'hdbscan',
'fiona',
'numpy',
'pandas',
'attr',
'pyproj',
'matplotlib',
'seaborn',
'descartes',
'regex'

],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 4a3ce89

Please sign in to comment.