We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5da83 commit c46d92dCopy full SHA for c46d92d
1 file changed
setup.py
@@ -92,14 +92,9 @@
92
# 'pyodbc',
93
# 'six',
94
# 'sqlalchemy',
95
- # 'geoalchemy>=0.7.3',
96
# 'shapely',
97
# 'pandas',
98
# ],
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
- ],
103
104
# List additional groups of dependencies here (e.g. development
105
# dependencies). You can install these using the following syntax,
0 commit comments