diff --git a/requirements.txt b/requirements.txt index d78fe04..78f8f0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,5 @@ pyodbc six sqlalchemy -#-e git+https://github.com/ODM2/geoalchemy.git@v0.7.4#egg=geoalchemy-0.7.4 -#shapely pandas #psycopg2 # Commented out because I could not pip install it. diff --git a/setup.py b/setup.py index 53bc97e..4c8feae 100644 --- a/setup.py +++ b/setup.py @@ -92,14 +92,9 @@ # 'pyodbc', # 'six', # 'sqlalchemy', - # 'geoalchemy>=0.7.3', # 'shapely', # 'pandas', # ], - # dependency_links- geoalchemy from the ODM repository - dependency_links=[ - "git+https://github.com/ODM2/geoalchemy.git@v0.7.4#egg=geoalchemy-0.7.4" - ], # List additional groups of dependencies here (e.g. development # dependencies). You can install these using the following syntax,