From fd7f89256c9ca334427388ae6bf6c9037bec8f1f Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 30 Oct 2018 16:35:04 -0500 Subject: [PATCH] It is pgwui_common which is the requirement, not pgwui_core --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8a01d97..c4ca2f6 100644 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ setup( # Run-time dependencies. install_requires=[ 'markupsafe', - 'pgwui_core', + 'pgwui_common', 'psycopg2', 'pyramid', ], -- 2.34.1