python313Packages.django-anymail: align dependencies with upstream, add optional dependencies that have extra dependencies (#494032)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user