Skip to content

Commit

Permalink
add shapely and python-dateutil to reqs in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Aug 29, 2019
1 parent e2772e0 commit 09b0a3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
'sqlalchemy >= 1.2.0',
'requests >= 2.13',
'psycopg2-binary',
'geoalchemy2'
'geoalchemy2',
'shapely',
'python-dateutil'
],
keywords=['postgres', 'open', 'energy', 'database', 'sql', 'rest'],
entry_points={
Expand Down

0 comments on commit 09b0a3a

Please sign in to comment.