Skip to content

Commit c839899

Browse files
committed
fixed injector version to version that supports py3.6
1 parent 9086fc3 commit c839899

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
@@ -62,7 +62,7 @@ test = [
6262
"pytest-asyncio",
6363
"black",
6464
"isort",
65-
"injector",
65+
"injector == 0.19.0",
6666
"flake8",
6767
"mypy==0.931",
6868
"django-stubs",

0 commit comments

Comments
 (0)