It is pgwui_common which is the requirement, not pgwui_core
authorKarl O. Pinc <kop@meme.com>
Tue, 30 Oct 2018 21:35:04 +0000 (16:35 -0500)
committerKarl O. Pinc <kop@meme.com>
Tue, 30 Oct 2018 21:35:04 +0000 (16:35 -0500)
setup.py

index 8a01d977afd1197b045c70192dba2e637d70fff6..c4ca2f63c1d2406fa2f09b07b358f197d2f8197e 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -142,7 +142,7 @@ setup(
     # Run-time dependencies.
     install_requires=[
         'markupsafe',
-        'pgwui_core',
+        'pgwui_common',
         'psycopg2',
         'pyramid',
     ],