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:
Alfredo Moralejo 2022-01-27 13:22:09 +01:00 committed by Dr. Jens Harbott
parent 13167d7a21
commit 6c3e76af1a
1 changed files with 2 additions and 0 deletions

View File

@ -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'