From aab54e83d61a6f9c716a3e8c50e6c0296b843858 Mon Sep 17 00:00:00 2001 From: Cyrus Hiatt Date: Thu, 20 Jul 2023 14:09:22 -0700 Subject: [PATCH] Ensure pytz and tzdata are at version compatible with Celery, re #9797 --- arches/install/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arches/install/requirements.txt b/arches/install/requirements.txt index ad7ffc5e9ef..a89ff160ad4 100644 --- a/arches/install/requirements.txt +++ b/arches/install/requirements.txt @@ -33,4 +33,6 @@ defusedxml==0.7.1 requests-oauthlib==1.3.1 pyjwt>=2.0.0,<3 pyjwt[crypto] -semantic-version==2.10.0 \ No newline at end of file +semantic-version==2.10.0 +tzdata==2023.3 +pytz==2023.3 \ No newline at end of file