summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTovin Seven <vinhnt@vn.fujitsu.com>2018-04-27 07:57:36 +0700
committerTovin Seven <vinhnt@vn.fujitsu.com>2018-04-27 07:57:36 +0700
commit37f605d3f7ef1e7c9bb573cafe2ab8c36a017338 (patch)
tree22de985efcfb7760ee7db7720382522059119770
parent038e3bbbe94c37eb0750b5b79cf0f5ac3c298638 (diff)
downloadosprofiler-37f605d3f7ef1e7c9bb573cafe2ab8c36a017338.tar.gz
Remove lower bound from requirements
Change-Id: I7660e3aeca3721adef947029add5488dda767474
-rw-r--r--requirements.txt16
-rw-r--r--test-requirements.txt26
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