mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Don't pin to a specific version of cryptography
This commit is contained in:
parent
bf7ece8208
commit
6c9aa9df8c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -84,7 +84,7 @@ setup(
|
||||||
"parsedatetime>=1.2",
|
"parsedatetime>=1.2",
|
||||||
"pytz>=2013b",
|
"pytz>=2013b",
|
||||||
"six>=1.7.4",
|
"six>=1.7.4",
|
||||||
"cryptography==0.8.1",
|
"cryptography>=0.8.1",
|
||||||
"tzlocal>=1.1",
|
"tzlocal>=1.1",
|
||||||
"PyYAML>=3.11",
|
"PyYAML>=3.11",
|
||||||
"keyring>=3.3",
|
"keyring>=3.3",
|
||||||
|
|
Loading…
Add table
Reference in a new issue