Skip to content

Commit f921a80

Browse files
authored
Mark futures as optional (#5)
1 parent ff22fde commit f921a80

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,8 @@
6161
'cryptography',
6262
'python-dateutil',
6363
'requests',
64-
] + (['futures'] if sys.version_info < (3,0) else []),
64+
],
65+
extras_require={
66+
':python_version=="2.7"': ['futures'],
67+
},
6568
)

0 commit comments

Comments
 (0)