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:
parent
7bf485ea87
commit
0739050928
@ -1,2 +1,2 @@
|
||||
requests==2.0.0
|
||||
requests>=2.2.0,!=2.4.0
|
||||
plumbum==1.3.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user