Skip to content

Commit 808d078

Browse files
authored
Only install future package for Python 2 (#31)
1 parent dba1cae commit 808d078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# requirements files see:
3333
# https://packaging.python.org/en/latest/requirements.html
3434
install_requires=[
35-
'future>=0.14.0',
35+
'future>=0.14.0; python_version<"3"',
3636
'futures; python_version<"3.2"',
3737
'ujson<=1.35; platform_system!="Windows"',
3838
],

0 commit comments

Comments
 (0)