From 92e08671b98e53d2af443f1d54628aefc35699a6 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 5 Jan 2017 05:07:37 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Iebeb3c13f683bd726a51addd44fd01f3a92b7d01 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ea9c6c45..1960936d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ iso8601>=0.1.11 # MIT six>=1.9.0 # MIT kazoo>=2.2 # Apache-2.0 kafka-python<1.0.0,>=0.9.5 # Apache-2.0 -PyMySQL!=0.7.7,>=0.7.6 # MIT License +PyMySQL>=0.7.6 # MIT License oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 pbr>=1.8 # Apache-2.0 ujson>=1.35 # BSD