update core dependencies due to pywebpush update (#22767)
This commit is contained in:
parent
008b641c56
commit
7a33dc5cec
3 changed files with 6 additions and 6 deletions
|
@ -5,8 +5,8 @@ attrs==18.2.0
|
|||
bcrypt==3.1.6
|
||||
certifi>=2018.04.16
|
||||
jinja2>=2.10
|
||||
PyJWT==1.6.4
|
||||
cryptography==2.5
|
||||
PyJWT==1.7.1
|
||||
cryptography==2.6.1
|
||||
pip>=8.0.3
|
||||
python-slugify==1.2.6
|
||||
pytz>=2018.07
|
||||
|
|
|
@ -6,8 +6,8 @@ attrs==18.2.0
|
|||
bcrypt==3.1.6
|
||||
certifi>=2018.04.16
|
||||
jinja2>=2.10
|
||||
PyJWT==1.6.4
|
||||
cryptography==2.5
|
||||
PyJWT==1.7.1
|
||||
cryptography==2.6.1
|
||||
pip>=8.0.3
|
||||
python-slugify==1.2.6
|
||||
pytz>=2018.07
|
||||
|
|
4
setup.py
4
setup.py
|
@ -39,9 +39,9 @@ REQUIRES = [
|
|||
'bcrypt==3.1.6',
|
||||
'certifi>=2018.04.16',
|
||||
'jinja2>=2.10',
|
||||
'PyJWT==1.6.4',
|
||||
'PyJWT==1.7.1',
|
||||
# PyJWT has loose dependency. We want the latest one.
|
||||
'cryptography==2.5',
|
||||
'cryptography==2.6.1',
|
||||
'pip>=8.0.3',
|
||||
'python-slugify==1.2.6',
|
||||
'pytz>=2018.07',
|
||||
|
|
Loading…
Add table
Reference in a new issue