diff options
Diffstat (limited to 'tests/requirements/py3.txt')
| -rw-r--r-- | tests/requirements/py3.txt | 2 |
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' |
