1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #32074 -- Removed usage of deprecated asyncore and smtpd modules.

asyncore and smtpd modules were deprecated in Python 3.10.
This commit is contained in:
Mariusz Felisiak
2021-10-15 09:58:35 +02:00
committed by GitHub
parent e567670b1a
commit 569a33579c
3 changed files with 58 additions and 81 deletions

View File

@@ -1,3 +1,4 @@
aiosmtpd
asgiref >= 3.3.2
argon2-cffi >= 16.1.0
backports.zoneinfo; python_version < '3.9'