Makes PyCrypto an automatic install

This commit is contained in:
Manuel Ebert 2013-04-17 10:19:25 +02:00
parent fe521147c0
commit 24f769cf66
3 changed files with 4 additions and 4 deletions

View file

@ -56,12 +56,10 @@ setup(
version = "1.0.1",
description = "A command line journal application that stores your journal in a plain text file",
packages = ['jrnl'],
extras_require = {
'encryption': ["pycrypto"],
},
install_requires = [
"parsedatetime >= 1.1.2",
"colorama >= 0.2.5",
"pycrypto >= 2.6"
],
long_description=__doc__,
entry_points={