Support for IDNA domain names

This commit is contained in:
Raphael Michel
2023-04-28 19:55:02 +02:00
parent 418bfa8b6b
commit 0e487e35db
10 changed files with 86 additions and 17 deletions

View File

@@ -62,6 +62,7 @@ dependencies = [
"drf_ujson2==1.7.*",
"geoip2==4.*",
"importlib_metadata==6.6.*", # Polyfill, we can probably drop this once we require Python 3.10+
"idna",
"isoweek",
"jsonschema",
"kombu==5.2.*",