Update keyring version from "^19.0" to ">19.0, <22.0" (#914)

* #783 Allow keyring >19.0, <22.0 instead of ^19.0
This commit is contained in:
Micah Jerome Ellison 2020-04-11 13:29:02 -07:00
parent 4eb5fe375a
commit 8d49a9770d
2 changed files with 33 additions and 32 deletions

View file

@ -21,7 +21,7 @@ pyxdg = "^0.26.0"
cryptography = "^2.7"
passlib = "^1.7"
parsedatetime = "^2.4"
keyring = "^19.0"
keyring = ">19.0, <22.0"
pytz = "^2019.1"
tzlocal = ">1.5, <3.0"
asteval = "^0.9.14"