From 5865f6fac5a71a0738e700146b538a913abe41d6 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Thu, 25 Oct 2018 09:19:35 -0500 Subject: [PATCH] Note required packages --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 66f2793..8a01d97 100644 --- a/setup.py +++ b/setup.py @@ -141,6 +141,9 @@ setup( # Run-time dependencies. install_requires=[ + 'markupsafe', + 'pgwui_core', + 'psycopg2', 'pyramid', ], -- 2.34.1