From a9596551616fc833ad22466f67034f10c28cce74 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 5 Nov 2018 15:51:32 -0600 Subject: [PATCH] Lock required pgwui distributions to current version --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 22e2a41..7b36a20 100644 --- a/setup.py +++ b/setup.py @@ -142,6 +142,7 @@ setup( # Run-time dependencies. install_requires=[ + 'pgwui_common==' + version, 'pyramid', ], -- 2.34.1