summaryrefslogtreecommitdiff
path: root/tests/requirements/py3.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-10-15 09:58:35 +0200
committerGitHub <noreply@github.com>2021-10-15 09:58:35 +0200
commit569a33579c3cca5f801c544d9b52a34e3c779424 (patch)
tree7c7f6660fee4eb870a04dc48eb81cb7c2a1847a0 /tests/requirements/py3.txt
parente567670b1abe61af4acfaa6a6a7e92a7acfa8b00 (diff)
Refs #32074 -- Removed usage of deprecated asyncore and smtpd modules.
asyncore and smtpd modules were deprecated in Python 3.10.
Diffstat (limited to 'tests/requirements/py3.txt')
-rw-r--r--tests/requirements/py3.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt
index 893e47a914..3b73b17b24 100644
--- a/tests/requirements/py3.txt
+++ b/tests/requirements/py3.txt
@@ -1,3 +1,4 @@
+aiosmtpd
asgiref >= 3.3.2
argon2-cffi >= 16.1.0
backports.zoneinfo; python_version < '3.9'