Skip to content

Commit d8b791a

Browse files
committed
fixed injector version to version that supports py3.6
1 parent ec7673c commit d8b791a

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
@@ -43,7 +43,7 @@ classifiers = [
4343
requires = [
4444
"Django >= 2.2",
4545
"django-ninja >= 0.17.0",
46-
"injector",
46+
"injector == 0.18.4",
4747
"asgiref",
4848
"contextlib2"
4949
]

0 commit comments

Comments
 (0)