From b394be49cbcab2245ac59a2754aba6708f5d9214 Mon Sep 17 00:00:00 2001 From: Chris Allan Date: Mon, 24 Apr 2023 12:37:28 +0000 Subject: [PATCH] Add dependency on pytz --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index fe7ccd53bc..c8b5fcc4f3 100755 --- a/setup.py +++ b/setup.py @@ -61,6 +61,7 @@ def read(fname): "gunicorn>=19.3", "omero-marshal>=0.7.0", "Pillow", + "pytz", ], include_package_data=True, tests_require=["pytest"],