projects
/
pgwui_core
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c70ea47
)
Add package requirements
author
Karl O. Pinc
<kop@meme.com>
Mon, 22 Oct 2018 16:32:21 +0000
(11:32 -0500)
committer
Karl O. Pinc
<kop@meme.com>
Mon, 22 Oct 2018 16:32:21 +0000
(11:32 -0500)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 66fb75e714709332cbb2dec57b81b3c0e53c2269..6832318ba2cc9ea78bc9e966dd53f4cb03e0a179 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-141,7
+141,11
@@
setup(
package_dir={'': 'src'},
# Run-time dependencies.
- install_requires=[],
+ install_requires=[
+ 'markupsafe',
+ 'psycopg2',
+ 'wtforms',
+ ],
# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,