Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gplessm committed Dec 19, 2016
1 parent b4574e2 commit 2b23e35
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@
author='openego development group',
author_email='[email protected]',
description='ego input/output repository',
version='0.0.1rc7',
version='0.0.1',
url='https://github.com/openego/ego.io',
packages=find_packages(),
license='GNU GENERAL PUBLIC LICENSE Version 3',
install_requires=[
'geoalchemy2',
"sqlalchemy",
"numpy",
"psycopg2"],
'geoalchemy2 >= 0.3.0, <=0.3.0',
'sqlalchemy >= 1.0.15, <= 1.1.4',
"numpy >= 1.11.2, <= 1.11.2"],
extras_require={
"sqlalchemy": 'postgresql'
}
"sqlalchemy": 'postgresql'}
)

0 comments on commit 2b23e35

Please sign in to comment.