Lock required pgwui distributions to current version
authorKarl O. Pinc <kop@meme.com>
Mon, 5 Nov 2018 21:45:23 +0000 (15:45 -0600)
committerKarl O. Pinc <kop@meme.com>
Mon, 5 Nov 2018 21:59:18 +0000 (15:59 -0600)
setup.py

index 65cf8524cd2f36239490218415da9b598b3fab52..c52fd72578cef3a32d0b73180644338b01364a32 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -132,7 +132,7 @@ setup(
 
     # Run-time dependencies.
     install_requires=[
-        'pgwui_core',
+        'pgwui_core==' + version,
         'pyramid_beaker',
         'pyramid_mako',
     ],