Add colander/deform dependencies
This commit is contained in:
parent
4dcd89fba7
commit
66a3d6e66e
2
setup.py
2
setup.py
|
@ -81,6 +81,8 @@ requires = [
|
||||||
# pyramid_retry .. but that requires pyramid 1.9 ...
|
# pyramid_retry .. but that requires pyramid 1.9 ...
|
||||||
'pyramid_tm<2.0', # 0.3 1.1.1
|
'pyramid_tm<2.0', # 0.3 1.1.1
|
||||||
|
|
||||||
|
'ColanderAlchemy', # 0.3.3
|
||||||
|
'deform', # 2.0.4
|
||||||
'humanize', # 0.5.1
|
'humanize', # 0.5.1
|
||||||
'Mako', # 0.6.2
|
'Mako', # 0.6.2
|
||||||
'openpyxl', # 2.4.7
|
'openpyxl', # 2.4.7
|
||||||
|
|
Loading…
Reference in a new issue