1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 12:42:41 +00:00

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
## [unreleased] -
* Added markdown as requirement
## [1.1.0] - 2018-07-14
* Added proper packaging

View File

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