projects
/
pgwui_logout
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5665a01
)
Require pyramid package
author
Karl O. Pinc
<kop@meme.com>
Thu, 25 Oct 2018 02:37:00 +0000
(21:37 -0500)
committer
Karl O. Pinc
<kop@meme.com>
Thu, 25 Oct 2018 03:03:53 +0000
(22:03 -0500)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/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,