Skip to content

Commit

Permalink
No version specification for SQLAlchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
gplessm committed Oct 21, 2016
1 parent 580bd8c commit c51a667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
license='GNU GENERAL PUBLIC LICENSE Version 3',
install_requires=[
'geoalchemy2',
"sqlalchemy <=1.0.15",
"sqlalchemy",
"numpy",
"psycopg2"],
extras_require={
"sqlalchemy <=1.0.15": 'postgresql'
"sqlalchemy": 'postgresql'
}
)

0 comments on commit c51a667

Please sign in to comment.