mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
Don't pin cryptography
This commit is contained in:
parent
b3e614f441
commit
8953d9ab84
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -143,7 +143,7 @@ setup(
|
||||||
"parsedatetime>=1.5",
|
"parsedatetime>=1.5",
|
||||||
"pytz>=2015.7",
|
"pytz>=2015.7",
|
||||||
"six>=1.10.0",
|
"six>=1.10.0",
|
||||||
"cryptography==1.4",
|
"cryptography>=1.4",
|
||||||
"tzlocal>=1.2",
|
"tzlocal>=1.2",
|
||||||
"pyyaml>=3.11",
|
"pyyaml>=3.11",
|
||||||
"keyring>=7.3",
|
"keyring>=7.3",
|
||||||
|
|
Loading…
Add table
Reference in a new issue