Skip to content

Commit bc5aee7

Browse files
committed
Mailtrap: only depend on typing_extensions for py<3.11
1 parent 4c4f54b commit bc5aee7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ authors = [
1313
]
1414
description = """\
1515
Django email backends and webhooks for Amazon SES, Brevo,
16-
MailerSend, Mailgun, Mailjet, Mandrill, Postal, Postmark, Resend,
17-
SendGrid, SparkPost and Unisender Go
16+
MailerSend, Mailgun, Mailjet, Mailtrap, Mandrill, Postal, Postmark,
17+
Resend, SendGrid, SparkPost and Unisender Go
1818
(EmailBackend, transactional email tracking and inbound email signals)\
1919
"""
2020
# readme: see tool.hatch.metadata.hooks.custom below
@@ -66,7 +66,7 @@ dependencies = [
6666
"django>=4.0",
6767
"requests>=2.4.3",
6868
"urllib3>=1.25.0", # requests dependency: fixes RFC 7578 header encoding
69-
"typing_extensions>=4.12", # for older Python compatibility
69+
"typing_extensions>=4.12; python_version < 3.11", # for older Python compatibility
7070
]
7171

7272
[project.optional-dependencies]

0 commit comments

Comments
 (0)