mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Include dateutil in setup
This commit is contained in:
parent
fcd8c4d214
commit
b050f2b030
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -73,7 +73,8 @@ setup(
|
|||
"pytz>=2013b",
|
||||
"tzlocal==1.0",
|
||||
"slugify>=0.0.1",
|
||||
"keyring>=3.0.5"
|
||||
"keyring>=3.3",
|
||||
"python-dateutil>=2.2"
|
||||
] + [p for p, cond in conditional_dependencies.items() if cond],
|
||||
extras_require = {
|
||||
"encrypted": "pycrypto>=2.6"
|
||||
|
|
Loading…
Add table
Reference in a new issue