Skip to content

Commit

Permalink
Py2.7 futures import
Browse files Browse the repository at this point in the history
  • Loading branch information
kr-stn committed Aug 16, 2019
1 parent 2483789 commit 3d1852d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
zip_safe=False,
install_requires=open('requirements.txt').read().splitlines(),
extras_require={
':python_version == "2.7"': ['futures'],
'dev': [
'pandas',
'geopandas',
Expand Down

0 comments on commit 3d1852d

Please sign in to comment.