Pin crypto (#15978)

* Pin crypto

* Fix PyJWT import once
This commit is contained in:
Paulus Schoutsen
2018-08-14 22:02:01 +02:00
committed by GitHub
parent 0ad9fcd8a0
commit 486efa9aba
5 changed files with 5 additions and 7 deletions

View File

@@ -39,6 +39,8 @@ REQUIRES = [
'certifi>=2018.04.16',
'jinja2>=2.10',
'PyJWT==1.6.4',
# PyJWT has loose dependency. We want the latest one.
'cryptography==2.3.1',
'pip>=8.0.3',
'pytz>=2018.04',
'pyyaml>=3.13,<4',