From a24c79007c9e0b3a31477a97b3496d11d74e0194 Mon Sep 17 00:00:00 2001 From: Nathan Oyler Date: Tue, 13 Jan 2026 10:41:28 -0700 Subject: [PATCH] add pytz to requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 9b9ceb0..937984f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,7 @@ oslo.messaging oslo.config>=5.2.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 pycadf!=2.0.0,>=1.1.0 # Apache-2.0 +pytz>=2018.3 # MIT - required for pycadf UTC timezone fix PyYAML requests>=2.14.2 # Apache-2.0 WebOb>=1.7.1 # MIT \ No newline at end of file