Refactor all remaining usage of webhelpers; use webhelpers2 etc. instead
This commit is contained in:
parent
018702159d
commit
631665e208
5 changed files with 22 additions and 23 deletions
5
setup.py
5
setup.py
|
@ -95,14 +95,9 @@ requires = [
|
|||
'six', # 1.10.0
|
||||
'transaction', # 1.2.0
|
||||
'waitress', # 0.8.1
|
||||
'WebHelpers', # 1.3
|
||||
'WebHelpers2', # 2.0
|
||||
'WTForms', # 2.1
|
||||
'zope.sqlalchemy', # 0.7
|
||||
|
||||
# TODO: Need to figure out what to do about this...
|
||||
# # This is used to obtain POD image dimensions.
|
||||
# 'PIL', # 1.1.7
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue