We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1255bf4 + 07a6cf5 commit b1e1bf9Copy full SHA for b1e1bf9
requirements.txt
@@ -1,7 +1,5 @@
1
pyodbc
2
six
3
sqlalchemy
4
-#-e git+https://github.com/ODM2/geoalchemy.git@v0.7.4#egg=geoalchemy-0.7.4
5
-#shapely
6
pandas
7
#psycopg2 # Commented out because I could not pip install it.
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