mirror of https://github.com/zulip/zulip.git
requirements: Upgrade argon2-cffi to 18.1.0.
This commit is contained in:
parent
995138d730
commit
9b93e8cba8
|
@ -26,7 +26,7 @@ Pillow==4.3.0
|
|||
SQLAlchemy==1.1.14
|
||||
|
||||
# Needed for password hashing
|
||||
argon2-cffi==16.3.0
|
||||
argon2-cffi==18.1.0
|
||||
|
||||
# Needed for Tornado >3.2 compatibility
|
||||
backports-abc==0.5
|
||||
|
|
|
@ -14,7 +14,7 @@ git+https://github.com/zulip/python-zulip-api.git@0.4.1#egg=zulip==0.4.1_git&sub
|
|||
git+https://github.com/zulip/python-zulip-api.git@0.4.1#egg=zulip_bots==0.4.1+git&subdirectory=zulip_bots
|
||||
alabaster==0.7.10
|
||||
apns2==0.3.0
|
||||
argon2-cffi==16.3.0
|
||||
argon2-cffi==18.1.0
|
||||
arrow==0.10.0 # via gitlint
|
||||
asn1crypto==0.23.0 # via cryptography
|
||||
attrs==17.3.0 # via automat, service-identity
|
||||
|
|
|
@ -13,7 +13,7 @@ git+https://github.com/zulip/virtualenv-clone.git@44e831da39ffb6b9bb5c7d103d98ba
|
|||
git+https://github.com/zulip/python-zulip-api.git@0.4.1#egg=zulip==0.4.1_git&subdirectory=zulip
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.4.1#egg=zulip_bots==0.4.1+git&subdirectory=zulip_bots
|
||||
apns2==0.3.0
|
||||
argon2-cffi==16.3.0
|
||||
argon2-cffi==18.1.0
|
||||
asn1crypto==0.23.0 # via cryptography
|
||||
babel==2.5.1 # via django-phonenumber-field
|
||||
backports-abc==0.5
|
||||
|
|
Loading…
Reference in New Issue