mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Change pyYAML required version
Full Loader only avalaible from v5.1:
This commit is contained in:
parent
b1680fd90b
commit
9bc0340280
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -85,7 +85,7 @@ setup(
|
||||||
"six>=1.10.0",
|
"six>=1.10.0",
|
||||||
"cryptography>=1.4",
|
"cryptography>=1.4",
|
||||||
"tzlocal>=1.2",
|
"tzlocal>=1.2",
|
||||||
"pyyaml>=3.11",
|
"pyyaml>=5.1",
|
||||||
"keyring>=7.3",
|
"keyring>=7.3",
|
||||||
"passlib>=1.6.2",
|
"passlib>=1.6.2",
|
||||||
"pyxdg>=0.25",
|
"pyxdg>=0.25",
|
||||||
|
|
Loading…
Add table
Reference in a new issue