mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
run-dev: Rewrite development proxy with aiohttp.
This allows request cancellation to be propagated to the server. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
c1988a14a7
commit
55b26da82b
@@ -8,6 +8,9 @@
|
||||
# moto s3 mock
|
||||
moto[s3]
|
||||
|
||||
# For tools/run-dev
|
||||
aiohttp
|
||||
|
||||
# Needed for documentation links test
|
||||
Scrapy
|
||||
|
||||
|
||||
@@ -88,6 +88,7 @@ aiohttp==3.9.1 \
|
||||
--hash=sha256:f800164276eec54e0af5c99feb9494c295118fc10a11b997bbb1348ba1a52065 \
|
||||
--hash=sha256:ffcd828e37dc219a72c9012ec44ad2e7e3066bec6ff3aaa19e7d435dbf4032ca
|
||||
# via
|
||||
# -r requirements/dev.in
|
||||
# aiohttp-retry
|
||||
# twilio
|
||||
aiohttp-retry==2.8.3 \
|
||||
|
||||
Reference in New Issue
Block a user