mirror of https://github.com/zulip/zulip.git
requirements: Remove direct requirement on Twisted.
It’s still used indirectly via Scrapy, but we haven’t used it directly
since commit 09e17fbe17
(#2002).
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
e5f2211397
commit
069925b9a7
|
@ -8,9 +8,6 @@
|
||||||
# moto s3 mock
|
# moto s3 mock
|
||||||
moto[s3]
|
moto[s3]
|
||||||
|
|
||||||
# Needed for running tools/run-dev
|
|
||||||
Twisted
|
|
||||||
|
|
||||||
# Needed for documentation links test
|
# Needed for documentation links test
|
||||||
Scrapy
|
Scrapy
|
||||||
|
|
||||||
|
|
|
@ -2886,9 +2886,7 @@ twilio==8.10.3 \
|
||||||
twisted==22.10.0 \
|
twisted==22.10.0 \
|
||||||
--hash=sha256:32acbd40a94f5f46e7b42c109bfae2b302250945561783a8b7a059048f2d4d31 \
|
--hash=sha256:32acbd40a94f5f46e7b42c109bfae2b302250945561783a8b7a059048f2d4d31 \
|
||||||
--hash=sha256:86c55f712cc5ab6f6d64e02503352464f0400f66d4f079096d744080afcccbd0
|
--hash=sha256:86c55f712cc5ab6f6d64e02503352464f0400f66d4f079096d744080afcccbd0
|
||||||
# via
|
# via scrapy
|
||||||
# -r requirements/dev.in
|
|
||||||
# scrapy
|
|
||||||
typeguard==2.13.3 \
|
typeguard==2.13.3 \
|
||||||
--hash=sha256:00edaa8da3a133674796cf5ea87d9f4b4c367d77476e185e80251cc13dfbb8c4 \
|
--hash=sha256:00edaa8da3a133674796cf5ea87d9f4b4c367d77476e185e80251cc13dfbb8c4 \
|
||||||
--hash=sha256:5e3e3be01e887e7eafae5af63d1f36c849aaa94e3a0112097312aabfa16284f1
|
--hash=sha256:5e3e3be01e887e7eafae5af63d1f36c849aaa94e3a0112097312aabfa16284f1
|
||||||
|
|
Loading…
Reference in New Issue