From 67910b97c6b2446130da88e780d6f0dcb21dcf92 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 23 Oct 2020 14:02:40 +0300 Subject: Switch to zappa fork --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index f0c5537..01b5ba8 100644 --- a/Pipfile +++ b/Pipfile @@ -17,7 +17,7 @@ uvicorn = "*" jinja2 = "*" aiofiles = "*" geoip2 = "*" -zappa = "*" +zappa = {editable = true, git = "https://github.com/yuvadm/Zappa/", ref = "asgi"} [scripts] format = "black iss" -- cgit v1.3.1