Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

Commit

Permalink
Put appear limit for requests library due to TC client's upper limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Armen Zambrano G committed Oct 7, 2015
1 parent 398e7e7 commit 3618b12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
'ijson>=2.2',
'keyring>=5.3',
'progressbar>=2.3',
'requests>=2.5.1',
# Due to upper limit for the TC client
# https://github.com/taskcluster/taskcluster-client.py/commit/ae32c81ceeb2fed9018614bd9be53ddbd0f99e29
'requests<=2.7.0',
'taskcluster>=0.0.22',
'treeherder-client>=1.4'
],
Expand Down

0 comments on commit 3618b12

Please sign in to comment.