rollback tzlocal to version 2.1 to workaround for https://github.com/timofurrer/maya/issues/191

pull/2326/head
Kieran Prasch 2020-09-30 18:08:03 -07:00 committed by Kieran R. Prasch
parent cd6e5f9b2d
commit e6c03720e6
No known key found for this signature in database
GPG Key ID: FDC3146ED25617D8
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ cryptography = ">=2.3"
pysha3="*"
# Utilities
maya = "*"
tzlocal = "==2.1"
marshmallow = "*"
msgpack = "*"
# Web

View File

@ -95,7 +95,7 @@ trie==2.0.0a4
twisted==20.3.0
txaio==20.4.1
typing-extensions==3.7.4.3
tzlocal==3.0b1
tzlocal==2.1
umbral==0.1.3a2
urllib3==1.25.10
varint==1.0.2