File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11pyodbc
22pymysql
3- #psycopg2 # Commented out because I could not pip install it.
43six
54sqlalchemy
6- geoalchemy == 0 .7.3
5+ https://github.com/ODM2/ geoalchemy/archive/v0 .7.3.tar.gz
76shapely
8- #matplotlib
97dateutils
108pandas
9+ #psycopg2 # Commented out because I could not pip install it.
10+ #matplotlib
1111#sqlalchemy-migrate
Original file line number Diff line number Diff line change 1919here = path .abspath (path .dirname (__file__ ))
2020with open ('requirements.txt' ) as f :
2121 require = f .readlines ()
22- install_requires = [r .strip () for r in require ]
22+ install_requires = [r .strip () for r in require if
23+ not r .startswith ('http' ) and not r .startswith ('#' )]
2324
2425# Get the long description from the relevant file
2526# with open(path.join(here, 'DESCRIPTION.rst'), encoding='utf-8') as f:
You can’t perform that action at this time.
0 commit comments