Updated from global requirements

Change-Id: I29f9ab19b3237b0d0cf375f882030dc532bb06dd
This commit is contained in:
OpenStack Proposal Bot 2018-01-18 03:04:48 +00:00
parent ef3b0d4f7d
commit 539313cd1d
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ keystonemiddleware>=4.17.0 # Apache-2.0
testtools>=2.2.0 # MIT
yaql>=1.1.3 # Apache 2.0 License
debtcollector>=1.2.0 # Apache-2.0
cryptography>=1.9,!=2.0 # BSD/Apache-2.0
cryptography!=2.0,>=1.9 # BSD/Apache-2.0
# For paste.util.template used in keystone.common.template
Paste>=2.0.2 # MIT

View File

@ -24,7 +24,7 @@ PyMySQL>=0.7.6 # MIT License
psycopg2>=2.6.2 # LGPL/ZPL
# doc build requirements
sphinx>=1.6.2 # BSD
sphinx!=1.6.6,>=1.6.2 # BSD
sphinxcontrib-httpdomain>=1.3.0 # BSD
reno>=2.5.0 # Apache-2.0
openstackdocstheme>=1.17.0 # Apache-2.0