From a6ad2e68e4c2dfaf92311dc72c0d801cc34e1f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Ml=C3=A1dek?= Date: Sat, 5 Mar 2022 19:33:39 +0100 Subject: [PATCH] add pytz to setup.cfg as install requires --- changes/391.bugfix | 2 ++ setup.cfg | 1 + 2 files changed, 3 insertions(+) create mode 100644 changes/391.bugfix diff --git a/changes/391.bugfix b/changes/391.bugfix new file mode 100644 index 0000000..d3d0f27 --- /dev/null +++ b/changes/391.bugfix @@ -0,0 +1,2 @@ +Fix missing pytz dependency + diff --git a/setup.cfg b/setup.cfg index 3614761..7c19a22 100644 --- a/setup.cfg +++ b/setup.cfg @@ -55,6 +55,7 @@ classifiers = include_package_data = True install_requires = dj-database-url>=0.4 + pytz six tzlocal setup_requires =