summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorjantwisted <janith@member.fsf.org>2015-10-08 01:45:10 +0530
committerjantwisted <janith@member.fsf.org>2015-10-08 01:45:10 +0530
commit10a44e832ed22e0f09b945f9b5499b909807c602 (patch)
tree2e00abac1d38a9eac34d894db9920a408a358caa /setup.py
parent65d91a4ad46c0e5a20d1114c00520830cfc2e680 (diff)
mark2html class added with mistune dependency
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a4c533c..dbcf29f 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ config = {
'download_url': 'Where to download it.',
'author_email': 'rsd@gnu.org',
'version': '0.0',
- 'install_requires': ['nose', 'markdown'],
+ 'install_requires': ['nose', 'markdown', 'mistune'],
'packages': ['lpschedule'],
'scripts': [],
'name': 'lpschedule-generator'