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

This commit is contained in:
micahellison 2020-05-05 12:49:24 -07:00 committed by GitHub
parent 2d748bd3f3
commit 267698fcdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"