Add Postal support

Thanks to @tiltec for researching, implementing, testing and documenting it.
This commit is contained in:
Tilmann Becker
2021-06-08 02:11:35 +02:00
committed by GitHub
parent f831fe814a
commit e90c10b546
14 changed files with 1674 additions and 25 deletions

View File

@@ -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,