projects
/
pgwui_upload
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3e44fd
)
Note required packages
author
Karl O. Pinc
<kop@meme.com>
Thu, 25 Oct 2018 14:19:35 +0000
(09:19 -0500)
committer
Karl O. Pinc
<kop@meme.com>
Thu, 25 Oct 2018 14:19:35 +0000
(09:19 -0500)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 66f2793ad711c23ca6cfe04707877c03fc63988b..8a01d977afd1197b045c70192dba2e637d70fff6 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-141,6
+141,9
@@
setup(
# Run-time dependencies.
install_requires=[
+ 'markupsafe',
+ 'pgwui_core',
+ 'psycopg2',
'pyramid',
],