mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 13:36:14 +02:00
parent
c814ba9bc2
commit
6f1dd6077e
4 changed files with 58 additions and 51 deletions
2
setup.py
2
setup.py
|
@ -84,7 +84,7 @@ setup(
|
|||
"six>=1.6.1",
|
||||
"tzlocal>=1.1",
|
||||
"keyring>=3.3",
|
||||
"python-dateutil>=2.2"
|
||||
"python-dateutil==1.5"
|
||||
] + [p for p, cond in conditional_dependencies.items() if cond],
|
||||
extras_require = {
|
||||
"encrypted": "pycrypto>=2.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue