mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
Makes PyCrypto an automatic install
This commit is contained in:
parent
e0f7d235b1
commit
ba6f7a43ba
3 changed files with 4 additions and 4 deletions
4
setup.py
4
setup.py
|
@ -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={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue