Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

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 common-workflow-language#872).
  • Loading branch information
sersorrel committed Aug 20, 2018
1 parent 92bd10a commit 590bc91
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 590bc91

Please sign in to comment.