Add missing optional dependencies to ensure-twine

Avoids potential twine execution cause by:
https://github.com/pypa/readme_renderer/issues/128

Resolves:
UserWarning: Markdown renderers are not available.
Install 'readme_render[md]' to enable Markdown rendering.

Example:
http://logs.openstack.org/25/613725/1/check/test-release-openstack-python3/df34317/job-output.txt.gz

Change-Id: Iaf4da5aedaa3814b2ecebed4391da2324d3e388d
This commit is contained in:
Sorin Sbarnea 2018-10-27 12:06:44 +01:00
parent b7f4d86bb9
commit a17765ca4f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
- name: Ensure twine is installed
block:
- name: Ensure twine is installed
command: pip install twine!=1.12.0 --user
command: pip install twine!=1.12.0 readme_renderer[md]!=23.0 --user
- name: Set pypi_twine_executable
set_fact: