We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51c4ff commit 9ed1c1cCopy full SHA for 9ed1c1c
requirements.txt
@@ -1,7 +1,7 @@
1
pyodbc
2
six
3
sqlalchemy
4
--e git+https://github.com/ODM2/geoalchemy.git@odm2#egg=geoalchemy-0.7.3
+-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
@@ -98,7 +98,7 @@
98
# ],
99
# dependency_links- geoalchemy from the ODM repository
100
dependency_links=[
101
- "git+https://github.com/ODM2/[email protected].3#egg=geoalchemy-0.7.3"
+ "git+https://github.com/ODM2/[email protected].4#egg=geoalchemy-0.7.4"
102
],
103
104
# List additional groups of dependencies here (e.g. development
0 commit comments