From af8025afef8fe9bc5ad81e88bd55e0879064abd3 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Fri, 27 Nov 2015 17:56:15 +0000 Subject: [PATCH] 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 450c4f6c..0dec0e94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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