forked from github.com/blag
Added markdown as requirement
This commit is contained in:
@@ -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
|
||||||
|
|||||||
3
setup.py
3
setup.py
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user