Pin pip < 20.3 (#43771)

This commit is contained in:
Martin Hjelmare
2020-11-30 19:38:39 +01:00
committed by GitHub
parent 3f5d7e85c3
commit 434cec7a88
4 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@ REQUIRES = [
"PyJWT==1.7.1",
# PyJWT has loose dependency. We want the latest one.
"cryptography==3.2",
"pip>=8.0.3",
"pip>=8.0.3,<20.3",
"python-slugify==4.0.1",
"pytz>=2020.1",
"pyyaml==5.3.1",