From 7a2ce40c763badb6412ef41804ca34a7c83f48aa Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Wed, 24 Oct 2018 21:37:00 -0500 Subject: [PATCH] Require pyramid package --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 800c130..e9fc84c 100644 --- a/setup.py +++ b/setup.py @@ -131,7 +131,9 @@ setup( package_dir={'': 'src'}, # Run-time dependencies. - install_requires=[], + install_requires=[ + 'pyramid', + ], # List additional groups of dependencies here (e.g. development # dependencies). You can install these using the following syntax, -- 2.34.1