Skip to content

Commit 23cd2a4

Browse files
committed
fixed contextlib2 dependency
1 parent a26058a commit 23cd2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ requires = [
4545
"django-ninja >= 0.17.0",
4646
"injector",
4747
"asgiref",
48-
"contextlib2; python_version < '3.7'"
48+
"contextlib2"
4949
]
5050
description-file = "README.md"
5151
requires-python = ">=3.6"

0 commit comments

Comments
 (0)