python313Packages.django-anymail: align dependencies with upstream, add optional dependencies that have extra dependencies (#494032)

This commit is contained in:
Sandro
2026-03-01 02:09:46 +00:00
committed by GitHub
@@ -2,9 +2,11 @@
lib,
boto3,
buildPythonPackage,
cryptography,
django,
fetchFromGitHub,
hatchling,
idna,
mock,
pytest-django,
pytestCheckHook,
@@ -29,12 +31,18 @@ buildPythonPackage rec {
dependencies = [
django
idna
requests
urllib3
];
optional-dependencies = {
amazon-ses = [ boto3 ];
postal = [ cryptography ];
sendgrid = [ cryptography ];
# not packaged
# resend = [ svix ];
# uts46 = [ uts46 ];
};
nativeCheckInputs = [