Refactor all remaining usage of webhelpers; use webhelpers2 etc. instead

This commit is contained in:
Lance Edgar 2017-07-06 21:07:38 -05:00
parent 018702159d
commit 631665e208
5 changed files with 22 additions and 23 deletions

View file

@ -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
]