Skip to content

Commit 0184e64

Browse files
authored
Merge pull request #1202 from common-workflow-language/future_0.16
set minimum version of future
2 parents 9e7c68c + d574b36 commit 0184e64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ scandir
1313
subprocess32 >= 3.5.0; os.name=="posix" and python_version<"3.5"
1414
typing-extensions
1515
coloredlogs
16-
future
16+
future >= 0.16

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
'bagit >= 1.6.4',
7575
'typing-extensions',
7676
'coloredlogs',
77-
'future',
77+
'future >= 0.16',
7878
'pathlib2 != 2.3.1'
7979
],
8080
extras_require={

0 commit comments

Comments
 (0)