Skip to content

Commit

Permalink
Merge pull request #68 from common-workflow-language/subprocess32_pin
Browse files Browse the repository at this point in the history
sync with cwltool's subprocess32 pin
  • Loading branch information
mr-c authored May 3, 2018
2 parents 2926410 + 2b41ea3 commit 6bffd59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
schema-salad >= 1.14
typing>=3.6,<3.7; python_version < '3.5'
futures >= 3.0.5; python_version == '2.7'
subprocess32; python_version < '3'
subprocess32 == 3.5.0rc1; python_version < '3'
junit-xml >= 1.8
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
zip_safe=True,
cmdclass={'egg_info': tagger},
extras_require={':python_version<"3"': [
'futures >= 3.0.5', 'subprocess32'],
'futures >= 3.0.5', 'subprocess32 == 3.5.0rc1'],
':python_version<"3.5"': ['typing >= 3.5.2'] }
)

0 comments on commit 6bffd59

Please sign in to comment.