Fix bandit and sphinx requirements

Change-Id: I34716d6778387da24084144aaaac83e531a446fc
This commit is contained in:
zhurong 2019-05-23 15:35:09 +08:00
parent 05399bc9bf
commit e412a22474
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
openstackdocstheme>=1.20.0 # Apache-2.0
sphinxcontrib-pecanwsme>=0.8.0 # Apache-2.0
sphinxcontrib-httpdomain>=1.6.1 # BSD

View File

@ -14,7 +14,7 @@ testrepository>=0.0.20 # Apache-2.0/BSD
testscenarios>=0.5.0 # Apache-2.0/BSD
testtools>=2.3.0 # MIT
nose>=1.3.7 # LGPL
bandit>=1.1.0 # Apache-2.0
bandit>=1.1.0,!=1.6.0 # Apache-2.0
# Optional packages that should be installed when testing
PyMySQL>=0.8.0 # MIT License