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:
Micah Jerome Ellison 2020-04-04 11:40:04 -07:00
parent aece970751
commit 42e22950b1
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"