Note required packages
authorKarl O. Pinc <kop@meme.com>
Thu, 25 Oct 2018 14:19:35 +0000 (09:19 -0500)
committerKarl O. Pinc <kop@meme.com>
Thu, 25 Oct 2018 14:19:35 +0000 (09:19 -0500)
setup.py

index 66f2793ad711c23ca6cfe04707877c03fc63988b..8a01d977afd1197b045c70192dba2e637d70fff6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -141,6 +141,9 @@ setup(
 
     # Run-time dependencies.
     install_requires=[
+        'markupsafe',
+        'pgwui_core',
+        'psycopg2',
         'pyramid',
     ],