mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
add six to requirements
This commit is contained in:
parent
e592e81f6f
commit
726d259289
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -72,6 +72,7 @@ setup(
|
||||||
install_requires = [
|
install_requires = [
|
||||||
"parsedatetime>=1.2",
|
"parsedatetime>=1.2",
|
||||||
"pytz>=2013b",
|
"pytz>=2013b",
|
||||||
|
"six>=1.6.1",
|
||||||
"tzlocal>=1.1",
|
"tzlocal>=1.1",
|
||||||
"keyring>=3.3",
|
"keyring>=3.3",
|
||||||
"python-dateutil>=2.2"
|
"python-dateutil>=2.2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue