Allow most recent pytz version and update dependencies (#937)

This commit is contained in:
Micah Jerome Ellison 2020-05-05 12:49:24 -07:00 committed by GitHub
parent dad972a1dd
commit 274d031ee7
2 changed files with 74 additions and 40 deletions

View file

@ -22,7 +22,7 @@ cryptography = "^2.7"
passlib = "^1.7"
parsedatetime = "^2.4"
keyring = ">19.0, <22.0"
pytz = "^2019.1"
pytz = ">=2019.1, <2021.0"
tzlocal = ">1.5, <3.0"
asteval = "^0.9.14"
colorama = "^0.4.1"