mirror of https://github.com/zulip/zulip.git
requirements: Upgrade apns2 from 0.4.1 to 0.5.0.
This commit is contained in:
parent
29c5b63e64
commit
fb4db2c851
|
@ -110,7 +110,7 @@ tornado==4.5.3
|
|||
django-webpack-loader==0.6.0
|
||||
|
||||
# Needed for iOS push notifications
|
||||
apns2==0.4.1
|
||||
apns2==0.5.0
|
||||
|
||||
python-twitter==3.5
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
|
|||
git+https://github.com/zulip/python-zulip-api.git@0.6.1#egg=zulip==0.6.1_git&subdirectory=zulip
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.6.1#egg=zulip_bots==0.6.1+git&subdirectory=zulip_bots
|
||||
alabaster==0.7.12 # via sphinx
|
||||
apns2==0.4.1
|
||||
apns2==0.5.0
|
||||
argon2-cffi==19.1.0
|
||||
arrow==0.10.0 # via gitlint
|
||||
asn1crypto==0.24.0 # via cryptography
|
||||
|
|
|
@ -15,7 +15,7 @@ git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#
|
|||
git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.6.1#egg=zulip==0.6.1_git&subdirectory=zulip
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.6.1#egg=zulip_bots==0.6.1+git&subdirectory=zulip_bots
|
||||
apns2==0.4.1
|
||||
apns2==0.5.0
|
||||
argon2-cffi==19.1.0
|
||||
asn1crypto==0.24.0 # via cryptography
|
||||
babel==2.7.0 # via django-phonenumber-field
|
||||
|
|
Loading…
Reference in New Issue