Skip to content

Commit 9ed1c1c

Browse files
committed
Python 3. use odm/geoalchemy v0.7.4
1 parent e51c4ff commit 9ed1c1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pyodbc
22
six
33
sqlalchemy
4-
-e git+https://github.com/ODM2/geoalchemy.git@odm2#egg=geoalchemy-0.7.3
4+
-e git+https://github.com/ODM2/geoalchemy.git@v0.7.4#egg=geoalchemy-0.7.4
55
shapely
66
pandas
77
#psycopg2 # Commented out because I could not pip install it.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
# ],
9999
# dependency_links- geoalchemy from the ODM repository
100100
dependency_links=[
101-
"git+https://github.com/ODM2/[email protected].3#egg=geoalchemy-0.7.3"
101+
"git+https://github.com/ODM2/[email protected].4#egg=geoalchemy-0.7.4"
102102
],
103103

104104
# List additional groups of dependencies here (e.g. development

0 commit comments

Comments
 (0)