Allow tzlocal version >1.5 <3.0 instead of >1.5 <2.0 (#900)

* Allow tzlocal version >1.5 instead of ^1.5 (#883)
* Change tzlocal version restriction to <3.0
This commit is contained in:
micahellison 2020-04-04 11:40:04 -07:00 committed by GitHub
parent 282c1cd3de
commit 0ce7efbfdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 71 additions and 64 deletions

View file

@ -23,7 +23,7 @@ passlib = "^1.7"
parsedatetime = "^2.4"
keyring = "^19.0"
pytz = "^2019.1"
tzlocal = "^1.5"
tzlocal = ">1.5, <3.0"
asteval = "^0.9.14"
colorama = "^0.4.1"
python-dateutil = "^2.8"