Skip to content

Commit ff5d402

Browse files
committed
Update setup.py
point to odm2/geoalchemy
1 parent 1a5fb61 commit ff5d402

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@
7878

7979
install_requires=['pandas', 'sqlalchemy', 'geoalchemy',
8080
'pyodbc', 'pymysql', 'psycopg2', 'shapely'],
81-
81+
dependency_links=[
82+
"git+https://github.com/ODM2/geoalchemy.git@odm2#egg=geoalchemy"
83+
],
8284

8385
# List additional groups of dependencies here (e.g. development
8486
# dependencies). You can install these using the following syntax,

0 commit comments

Comments
 (0)