From 963f5e4fdf499db7b226b5ed74ca0984728a77d8 Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Wed, 30 Sep 2020 18:08:03 -0700 Subject: [PATCH] rollback tzlocal to version 2.1 to workaround for https://github.com/timofurrer/maya/issues/191 --- Pipfile | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 7f5e4efc352..77ca81835f4 100644 --- a/Pipfile +++ b/Pipfile @@ -19,6 +19,7 @@ cryptography = ">=2.3" pysha3="*" # Utilities maya = "*" +tzlocal = "==2.1" marshmallow = "*" msgpack = "*" # Web diff --git a/requirements.txt b/requirements.txt index edac367d8bf..992a645721e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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