Fixes requirements and setup

This commit is contained in:
Manuel Ebert 2012-12-14 15:18:30 -08:00
parent 2a5a7fb478
commit 42f2371c5d
3 changed files with 5 additions and 3 deletions

View file

@ -56,10 +56,10 @@ setup(
version = "0.3.0",
description = "A command line journal application that stores your journal in a plain text file",
packages = ['jrnl'],
install_requires = ["parsedatetime", "simplejson"],
install_requires = ["parsedatetime"],
extras_require = {
'encryption': ["pycrypto"],
'highlight': ["cling"]
'highlight': ["clint"]
},
long_description=__doc__,
entry_points={