From: Karl O. Pinc Date: Tue, 30 Oct 2018 21:35:04 +0000 (-0500) Subject: It is pgwui_common which is the requirement, not pgwui_core X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=fd7f89256c9ca334427388ae6bf6c9037bec8f1f;p=pgwui_upload It is pgwui_common which is the requirement, not pgwui_core --- 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', ],