Skip to content

Commit 736f3b7

Browse files
author
sreeder
committed
add geoalchemy and shapley to requirements and setup file
1 parent 9d92d38 commit 736f3b7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
six
22
sqlalchemy
3-
geoalchemy2
3+
geoalchemy
4+
shapely
45

56
matplotlib
67
dateutils

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
# your project is installed. For an analysis of "install_requires" vs pip's
7676
# requirements files see:
7777
# https://packaging.python.org/en/latest/requirements.html
78-
install_requires=['pandas', 'sqlalchemy', 'pyodbc', 'pymysql', 'psycopg2'],
78+
install_requires=['pandas', 'sqlalchemy', 'geoalchemy', 'shapely'],#'pyodbc', 'pymysql', 'psycopg2',
7979

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

0 commit comments

Comments
 (0)