Merge pull request #347 from MinchinWeb/2.0-rc1-markdown-export-fix

2.0 rc1 markdown export fix
This commit is contained in:
Manuel Ebert 2015-04-20 14:29:17 +02:00
commit 0d1b381bd1
12 changed files with 225 additions and 16 deletions

View file

@ -78,12 +78,12 @@ setup(
name="jrnl",
version=get_version(),
description="A command line journal application that stores your journal in a plain text file",
packages=['jrnl'],
packages=['jrnl', 'jrnl.plugins'],
install_requires=[
"parsedatetime>=1.2",
"pytz>=2013b",
"six>=1.7.4",
"cryptography==0.8.1",
"cryptography>=0.8.1",
"tzlocal>=1.1",
"pyyaml>=3.11",
"keyring>=3.3",