Updated from global requirements

Change-Id: I05381aba9b37477adf0c28ec3069cdc4f194a0c8
This commit is contained in:
OpenStack Proposal Bot 2017-09-16 23:18:59 +00:00
parent 393b52a365
commit 7dcc04866a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# 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.
pyasn1!=0.2.3 # BSD
pyasn1!=0.2.3,>=0.1.8 # BSD
pyOpenSSL>=16.2.0 # Apache-2.0
ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD
netaddr>=0.7.18 # BSD

View File

@ -14,6 +14,6 @@ virtualenv>=13.1.0 # MIT
# this is required for the docs build jobs
sphinx>=1.6.2 # BSD
openstackdocstheme>=1.17.0 # Apache-2.0
doc8 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
sphinxmark>=0.1.14 # Apache-2.0