Limit WSME to <0.8

WSME 0.8 is more restrictive than previous versions, and so we
should avoid it until we've ensured it works properly with
the webclient.

Change-Id: Iedad308dddb7733ed7238aa7643953ee4eefdc45
This commit is contained in:
Adam Coldrick 2015-11-27 17:56:15 +00:00
parent 23cd8a78a7
commit af8025afef
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ PyYAML>=3.1.0
requests>=1.1
six>=1.7.0
SQLAlchemy>=0.9.7,<=0.9.99
WSME>=0.6
WSME>=0.6,<0.8
sqlalchemy-migrate>=0.9.1,!=0.9.2
SQLAlchemy-FullText-Search
eventlet>=0.13.0