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"],