Update requirements not to boto 2.13.0

Latest boto 2.13.0 has a bug which lead to unit tests fails, before
it's fixed avoid use this version.

Fix bug #1224832

Change-Id: I8a81adfc0cb0ad37d27b11db3c881735a099a95c
This commit is contained in:
Yaguang Tang
2013-09-13 15:26:53 +08:00
parent 2f6022f6bf
commit bdac306b16
+1 -1
View File
@@ -3,7 +3,7 @@ SQLAlchemy>=0.7.8,<=0.7.99
amqplib>=0.6.1
anyjson>=0.3.3
argparse
boto>=2.4.0
boto>=2.4.0,!=2.13.0
eventlet>=0.13.0
Jinja2
kombu>=2.4.8