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:
@@ -1,3 +1,4 @@
|
||||
aiosmtpd
|
||||
asgiref >= 3.3.2
|
||||
argon2-cffi >= 16.1.0
|
||||
backports.zoneinfo; python_version < '3.9'
|
||||
|
||||
Reference in New Issue
Block a user