mirror of https://github.com/zulip/zulip.git
requirements: Upgrade twisted to 19.7.0.
This commit is contained in:
parent
7e75f987df
commit
9c21fb75cf
|
@ -8,7 +8,7 @@
|
||||||
moto==1.3.13
|
moto==1.3.13
|
||||||
|
|
||||||
# Needed for running tools/run-dev.py
|
# Needed for running tools/run-dev.py
|
||||||
Twisted==19.2.1
|
Twisted==19.7.0
|
||||||
|
|
||||||
# Needed for documentation links test
|
# Needed for documentation links test
|
||||||
Scrapy==1.7.2
|
Scrapy==1.7.2
|
||||||
|
|
|
@ -172,7 +172,7 @@ tornado==4.5.3
|
||||||
traitlets==4.3.2 # via ipython
|
traitlets==4.3.2 # via ipython
|
||||||
transifex-client==0.12.5
|
transifex-client==0.12.5
|
||||||
twilio==6.29.2
|
twilio==6.29.2
|
||||||
twisted==19.2.1
|
twisted==19.7.0
|
||||||
typed-ast==1.4.0 # via mypy
|
typed-ast==1.4.0 # via mypy
|
||||||
typing-extensions==3.7.4
|
typing-extensions==3.7.4
|
||||||
git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
|
git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
|
||||||
|
|
Loading…
Reference in New Issue