From c46d92d9206224ed7383b824fbf08af75a79073a Mon Sep 17 00:00:00 2001 From: ocefpaf Date: Wed, 15 Mar 2017 08:26:15 -0300 Subject: [PATCH 1/3] Remove geoalchemy references in setup.py --- setup.py | 5 ----- 1 file changed, 5 deletions(-) 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, From de985a924b4879cf44ca8d61f7cdeed50ae6d840 Mon Sep 17 00:00:00 2001 From: ocefpaf Date: Wed, 15 Mar 2017 08:33:09 -0300 Subject: [PATCH 2/3] remove sqlalchemy from requirements.txt --- requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d78fe04..4842fe1 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. From 07a6cf54fa403df82cd50ea42170739fb5b1218f Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Thu, 25 May 2017 09:30:00 -0400 Subject: [PATCH 3/3] review actions --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4842fe1..78f8f0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pyodbc six -#shapely +sqlalchemy pandas #psycopg2 # Commented out because I could not pip install it.