Fix requests version for build scripts

Global requirements specifies a different version of requests
than we do in these build scripts. Fix this temporarily; in the
future the build scripts should use the requirements.txt file
at the root.

Change-Id: I3f03f8a5a34a2a23ff4f76de7a73289cf4d769ff
This commit is contained in:
Jim Rollenhagen 2014-11-18 14:46:16 -08:00
parent 5ddb118276
commit f36e3200dd
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
requests==2.0.0
requests>=2.2.0,!=2.4.0
plumbum==1.3.0