Missing dependency.

This commit is contained in:
Julien Palard 2021-05-31 13:48:46 +02:00
parent cb650f6175
commit 47ab1d32db
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[metadata]
name = mdtoreveal
version = 0.3
version = 0.3.1
description = Transform a flat markdown to a reveal.js presentation.
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
@ -24,6 +24,7 @@ python_requires = >= 3.6
install_requires =
jinja2
requests
markdown
[options.entry_points]
console_scripts = mdtoreveal=mdtoreveal:main