Add pgwui dependencies
authorKarl O. Pinc <kop@meme.com>
Wed, 31 Oct 2018 01:16:59 +0000 (20:16 -0500)
committerKarl O. Pinc <kop@meme.com>
Wed, 31 Oct 2018 01:16:59 +0000 (20:16 -0500)
setup.py

index 5275d4d39684104018c374ae20d40f2b561229c6..ea22593668e82c7ac6b83ab8518cf1df1ccc7f0d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -132,6 +132,7 @@ setup(
 
     # Run-time dependencies.
     install_requires=[
+        'pgwui_core',
         'pyramid_beaker',
         'pyramid_mako',
     ],