projects
/
pgwui_copy
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d02ef3f
)
Depends on the wtforms package
author
Karl O. Pinc
<kop@karlpinc.com>
Wed, 14 Aug 2024 23:04:10 +0000
(18:04 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Wed, 14 Aug 2024 23:04:10 +0000
(18:04 -0500)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index edd4f099fd3069b6738aeec00f3fdc620f83ba33..d8d6497c7e9bf52873af7f1042e9ceabb62438f1 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-65,7
+65,8
@@
install_requires = [
'pgwui_common==' + version,
'psycopg',
'pyramid',
- 'attrs'
+ 'attrs',
+ 'wtforms',
]
#