Allow newer boto library versions

Change the boto dependency specification in pip-requires to just 'boto'
without version restriction, as it was before the build issue.

Change-Id: Iff484f1e40fe103879ff11a611c0691486288be6
This commit is contained in:
Attila Fazekas 2012-11-30 23:49:52 +01:00
parent 399bfece8c
commit 3968b7cc8b

View File

@ -11,7 +11,7 @@ routes
webob==1.0.8
wsgiref
argparse
boto==2.1.1
boto
sqlalchemy-migrate>=0.7
httplib2
kombu