From 37f605d3f7ef1e7c9bb573cafe2ab8c36a017338 Mon Sep 17 00:00:00 2001 From: Tovin Seven Date: Fri, 27 Apr 2018 07:57:36 +0700 Subject: [PATCH] Remove lower bound from requirements Change-Id: I7660e3aeca3721adef947029add5488dda767474 --- requirements.txt | 16 ++++++++-------- test-requirements.txt | 26 +++++++++++++------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/requirements.txt b/requirements.txt index 04956ff..9696c00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -netaddr>=0.7.18 # BSD -oslo.concurrency>=3.26.0 # Apache-2.0 -oslo.serialization>=2.18.0 # Apache-2.0 -oslo.utils>=3.33.0 # Apache-2.0 -PrettyTable>=0.7.1,<0.8 # BSD -requests>=2.14.2 # Apache-2.0 -six>=1.10.0 # MIT -WebOb>=1.7.1 # MIT +netaddr # BSD +oslo.concurrency # Apache-2.0 +oslo.serialization # Apache-2.0 +oslo.utils # Apache-2.0 +PrettyTable<0.8 # BSD +requests # Apache-2.0 +six # MIT +WebOb # MIT diff --git a/test-requirements.txt b/test-requirements.txt index ddb2298..0ce9cdd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,24 +1,24 @@ -hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 +hacking!=0.13.0,<0.14 # Apache-2.0 -coverage>=4.0 # Apache-2.0 -ddt>=1.0.1 # MIT -mock>=2.0.0 # BSD -testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=2.2.0 # MIT +coverage # Apache-2.0 +ddt # MIT +mock # BSD +testrepository # Apache-2.0/BSD +testtools # MIT -openstackdocstheme>=1.18.1 # Apache-2.0 -sphinx>=1.6.2 # BSD +openstackdocstheme # Apache-2.0 +sphinx # BSD # Bandit security code scanner -bandit>=1.1.0 # Apache-2.0 +bandit # Apache-2.0 -pymongo>=3.0.2,!=3.1 # Apache-2.0 +pymongo!=3.1 # Apache-2.0 # Elasticsearch python client -elasticsearch>=2.0.0,<=3.0.0 # Apache-2.0 +elasticsearch<=3.0.0 # Apache-2.0 # Redis python client -redis>=2.10.0 # MIT +redis # MIT # Build release notes -reno>=2.5.0 # Apache-2.0 +reno # Apache-2.0