broaden package versions in requirements

Since the scheduler is now to be installed as a system package we have
to make sure the versions of the dependencies versions are found in the
system repository.

Change-Id: I019bf40a97fab9f8456369561e00e0fb2e63445c
This commit is contained in:
Vincent Llorens 2016-06-07 12:34:03 +02:00
parent a9a83e6abc
commit 912d8d7fab
1 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@ pbr>=1.6
synergy-service==0.2.0.dev4
oslo.config<2.0.0
oslo.messaging<2.0.0
requests==2.10.0
sqlalchemy==1.0.13
requests>=2.7.0,<3.0.0
sqlalchemy>=1.0.0,<1.1.0