Switch to webtest >= 2.0.18

This commit is contained in:
Christopher Allan Webber 2015-11-05 15:32:51 -06:00
parent f51fd67a06
commit 6557bab6f1

View File

@ -74,7 +74,7 @@ install_requires = [
'kombu',
'jinja2',
'Babel>=1.3',
'WebTest==2.0.18',
'WebTest>=2.0.18',
'ConfigObj',
'Markdown',
'sqlalchemy<0.9.0, >0.8.0',