pycrypto back to extras.

Fixes 68
This commit is contained in:
Manuel Ebert 2013-04-22 09:58:45 +02:00
parent 2790f250e6
commit 56a9c0bbcc
4 changed files with 10 additions and 5 deletions

View file

@ -70,9 +70,11 @@ setup(
packages = ['jrnl'],
install_requires = [
"parsedatetime>=1.1.2",
"colorama>=0.2.5",
"pycrypto>=2.6"
"colorama>=0.2.5"
] + [p for p, cond in conditional_dependencies.items() if cond],
extras_require = {
"encrypted": "pycrypto>=2.6"
},
long_description=__doc__,
entry_points={
'console_scripts': [