Skip to content

Commit c46d92d

Browse files
committed
Remove geoalchemy references in setup.py
1 parent 3f5da83 commit c46d92d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

setup.py

Lines changed: 0 additions & 5 deletions
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/[email protected]#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)