Require pyramid package
authorKarl O. Pinc <kop@meme.com>
Thu, 25 Oct 2018 02:37:00 +0000 (21:37 -0500)
committerKarl O. Pinc <kop@meme.com>
Thu, 25 Oct 2018 03:03:53 +0000 (22:03 -0500)
setup.py

index 800c1304c57683651f46d19ceac3ae080607ea69..e9fc84c3294faf1d53e9dbd9fbf10e27561f13cc 100644 (file)
--- 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,