Skip to content

Commit

Permalink
Bump dependency on requests from 2.4.3 to 2.6.1
Browse files Browse the repository at this point in the history
cwltool itself doesn't depend on requests 2.6.1, but CacheControl does,
and having matching dependencies helps Pip find a correct set of
packages to install (see #872).
  • Loading branch information
sersorrel authored and stain committed Aug 21, 2018
1 parent e683fd8 commit 499e3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
include_package_data=True,
install_requires=[
'setuptools',
'requests >= 2.4.3',
'requests >= 2.6.1',
'ruamel.yaml >= 0.12.4, <= 0.15.51',
'rdflib >= 4.2.2, < 4.3.0',
'shellescape >= 3.4.1, < 3.5',
Expand Down

0 comments on commit 499e3d1

Please sign in to comment.