Skip to content

Commit

Permalink
Mailtrap: fix dependency version string
Browse files Browse the repository at this point in the history
  • Loading branch information
cahna committed Nov 24, 2024
1 parent 7f253b4 commit 747d4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies = [
"django>=4.0",
"requests>=2.4.3",
"urllib3>=1.25.0", # requests dependency: fixes RFC 7578 header encoding
"typing_extensions>=4.12; python_version < 3.11", # for older Python compatibility
"typing_extensions>=4.12;python_version<'3.11'", # for older Python compatibility
]

[project.optional-dependencies]
Expand Down

0 comments on commit 747d4bb

Please sign in to comment.