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:
Micah Jerome Ellison 2020-08-01 14:58:45 -07:00 committed by GitHub
parent 11141a1872
commit e8495fcf5d
3 changed files with 136 additions and 126 deletions

View file

@ -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"