Skip to content

Commit b1e1bf9

Browse files
authoredMay 25, 2017
Merge pull request #72 from ocefpaf/remove_geoalchemy_dep
Remove geoalchemy dep
2 parents 1255bf4 + 07a6cf5 commit b1e1bf9

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed
 

Diff for: ‎requirements.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
pyodbc
22
six
33
sqlalchemy
4-
#-e git+https://github.com/ODM2/geoalchemy.git@v0.7.4#egg=geoalchemy-0.7.4
5-
#shapely
64
pandas
75
#psycopg2 # Commented out because I could not pip install it.

Diff for: ‎setup.py

-5
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,9 @@
9292
# 'pyodbc',
9393
# 'six',
9494
# 'sqlalchemy',
95-
# 'geoalchemy>=0.7.3',
9695
# 'shapely',
9796
# 'pandas',
9897
# ],
99-
# dependency_links- geoalchemy from the ODM repository
100-
dependency_links=[
101-
"git+https://github.com/ODM2/geoalchemy.git@v0.7.4#egg=geoalchemy-0.7.4"
102-
],
10398

10499
# List additional groups of dependencies here (e.g. development
105100
# dependencies). You can install these using the following syntax,

0 commit comments

Comments
 (0)
Please sign in to comment.