Updating requirements.txt based on ironic

All projects are now using upgraded versions of
packages. We should update it to match global requirement.

Change-Id: I0980019df1cb94427d10c1aeb8834e3b84c079a4
This commit is contained in:
ankit 2017-03-08 09:45:42 +00:00 committed by Debayan Ray
parent 35b19cde86
commit 9489e88466
1 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
pbr>=2.0.0 # Apache-2.0
six>=1.9.0
oslo.concurrency>=1.8.0
oslo.utils>=1.4.0
jsonschema>=2.4.0
requests>=2.7.0
pysnmp>=4.3.2
six>=1.9.0 # MIT
oslo.concurrency>=3.8.0 # Apache-2.0
oslo.utils>=3.20.0 # Apache-2.0
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
pysnmp>=4.2.3,<5.0.0 # BSD