summaryrefslogtreecommitdiff
path: root/tests/requirements/py3.txt
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2021-01-19 11:16:01 +0100
committerCarlton Gibson <carlton.gibson@noumenal.es>2021-01-19 12:00:40 +0100
commita5d70cca12aaa1067871eb4e67ab2ed088d1edd6 (patch)
tree9cee8f3ffda53629160df0fab580d8e03ae13ce7 /tests/requirements/py3.txt
parentde4e854f079dd3a638b9919ad73e5835d5e90d3f (diff)
[3.2.x] Refs #32365 -- Allowed use of non-pytz timezone implementations.
Backport of 10d126198434810529e0220b0c6896ed64ca0e88 from master
Diffstat (limited to 'tests/requirements/py3.txt')
-rw-r--r--tests/requirements/py3.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt
index 98f9ae94fd..6488ab6a7d 100644
--- a/tests/requirements/py3.txt
+++ b/tests/requirements/py3.txt
@@ -1,5 +1,6 @@
asgiref >= 3.2.10
argon2-cffi >= 16.1.0
+backports.zoneinfo; python_version < '3.9'
bcrypt
docutils
geoip2
@@ -17,4 +18,5 @@ PyYAML
selenium
sqlparse >= 0.2.2
tblib >= 1.5.0
+tzdata
colorama; sys.platform == 'win32'