Remove lower bound from requirements

Change-Id: I7660e3aeca3721adef947029add5488dda767474
This commit is contained in:
Tovin Seven 2018-04-27 07:57:36 +07:00
parent 038e3bbbe9
commit 37f605d3f7
2 changed files with 21 additions and 21 deletions

View File

@ -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

View File

@ -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