From 9ea63eabd93dc147f7c68da46d015446669c6621 Mon Sep 17 00:00:00 2001 From: Mark Pittaway Date: Thu, 23 Jan 2025 10:47:25 +1100 Subject: [PATCH] Use superdesk/eve/async --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d77752e07..4ed3b46ab 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ "motor>=3.4.0,<4.0", "pydantic>=2.7.4,<3.0", # Custom repos, with patches applied - "eve @ git+https://github.com/MarkLark86/eve@use-quart", + "eve @ git+https://github.com/superdesk/eve@async", "eve-elastic @ git+https://github.com/superdesk/eve-elastic@async", "quart @ git+https://github.com/MarkLark86/quart@fix-test-client-with-utf8-url", "quart_babel>=1.0.7,<1.1",