mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Add Postal support
Thanks to @tiltec for researching, implementing, testing and documenting it.
This commit is contained in:
3
setup.py
3
setup.py
@@ -38,7 +38,7 @@ requirements_dev = [
|
||||
"twine",
|
||||
]
|
||||
|
||||
requirements_test = ["mock", "boto3"]
|
||||
requirements_test = ["mock", "boto3", "cryptography"]
|
||||
|
||||
|
||||
setup(
|
||||
@@ -67,6 +67,7 @@ setup(
|
||||
"sendgrid": [],
|
||||
"sendinblue": [],
|
||||
"sparkpost": [],
|
||||
"postal": ["cryptography"],
|
||||
# Development/test-only requirements (install with python -m pip -e '.[dev,test]')
|
||||
"dev": requirements_dev,
|
||||
"test": requirements_test,
|
||||
|
||||
Reference in New Issue
Block a user