Skip to content

Commit 6e45244

Browse files
committed
Update setup.py: add python's futures in install_requires
1 parent b6e7979 commit 6e45244

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def read(fname):
8282
include_package_data=True,
8383
install_requires=[
8484
'simple-workflow>=0.1.42',
85+
'futures'
8586
],
8687
license=read("LICENSE"),
8788
zip_safe=False,

0 commit comments

Comments
 (0)