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:
parent
23cd8a78a7
commit
af8025afef
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user