Skip to content

Commit

Permalink
Add missing dependencies which prevent oedialect to work after fresh …
Browse files Browse the repository at this point in the history
…install
  • Loading branch information
Bachibouzouk committed Jun 25, 2019
1 parent 13a56f1 commit e2772e0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@
long_description_content_type="text/markdown",
url='https://github.com/openego/oedialect',
packages=setuptools.find_packages(exclude=["test"]),
install_requires=['sqlalchemy >= 1.2.0',
'requests >= 2.13'],
install_requires=[
'sqlalchemy >= 1.2.0',
'requests >= 2.13',
'psycopg2-binary',
'geoalchemy2'
],
keywords=['postgres', 'open', 'energy', 'database', 'sql', 'rest'],
entry_points={
'sqlalchemy.dialects': [
Expand Down

0 comments on commit e2772e0

Please sign in to comment.