pin oauthlib version for python2.7
oauthlib 3.1.1 has removed support for python2 but it's being pulled into tox-py27 jobs. Change-Id: I39ac626219d94bbb74f77e460a18da5721ba25e7
This commit is contained in:
parent
13167d7a21
commit
6c3e76af1a
@ -1 +1,3 @@
|
||||
soupsieve < 2.0; python_version < '3.5'
|
||||
# oauthlib 3.1.1 supports only py > 3.5
|
||||
oauthlib < 3.1.1;python_version < '3.6'
|
||||
|
Loading…
Reference in New Issue
Block a user