mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 13:36:14 +02:00
pycrypto back to extras.
Fixes 68
This commit is contained in:
parent
4a94705b25
commit
3c07c7dee0
4 changed files with 10 additions and 5 deletions
6
setup.py
6
setup.py
|
@ -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': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue