mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 14:06:14 +02:00
Resolve Travis/Windows/pip issues with upgrade to cryptography 3.0 (#1016)
* add missing dependency * update cryptography dependency * Installing poetry with pipx instead of pip * Fix bad pipx install command * Remove pipx commands and attempt to solve issue through poetry configuration * Fix pip install command to include --upgrade as before Co-authored-by: Jonathan Wren <jonathan@nowandwren.com>
This commit is contained in:
parent
11141a1872
commit
e8495fcf5d
3 changed files with 136 additions and 126 deletions
|
@ -18,7 +18,7 @@ repository = "https://github.com/jrnl-org/jrnl"
|
|||
[tool.poetry.dependencies]
|
||||
python = ">=3.6.0, <3.9.0"
|
||||
pyxdg = "^0.26.0"
|
||||
cryptography = "^2.7"
|
||||
cryptography = "^3.0"
|
||||
passlib = "^1.7"
|
||||
parsedatetime = "^2.4"
|
||||
keyring = ">19.0, <22.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue