Added markdown as requirement

This commit is contained in:
Bastian Venthur
2018-12-30 17:07:44 +01:00
parent c1dfc9fed6
commit 4ce75e458a
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
# Changelog # Changelog
## [unreleased] -
* Added markdown as requirement
## [1.1.0] - 2018-07-14 ## [1.1.0] - 2018-07-14
* Added proper packaging * Added proper packaging

View File

@@ -18,6 +18,9 @@ setup(
author_email='mail@venthur.de', author_email='mail@venthur.de',
url='https://github.com/venthur/sg', url='https://github.com/venthur/sg',
python_requires='>=3', python_requires='>=3',
install_requires=[
'markdown',
],
extras_require={ extras_require={
'dev': [ 'dev': [
'pytest', 'pytest',