Skip to content

Commit 014a626

Browse files
Hongbin Huangfreemindcore
authored andcommitted
update django-ninja-extra requirement
1 parent 19aad27 commit 014a626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ classifiers = [
4141

4242
requires = [
4343
"Django >= 3.1",
44-
"django-ninja-extra-easy >= 0.15.0",
44+
"django-ninja-extra >= 0.16.0",
4545
]
4646
description-file = "README.md"
4747
requires-python = ">=3.6"
@@ -64,7 +64,7 @@ test = [
6464
"django-stubs",
6565
"factory-boy==3.2.1",
6666
"django_coverage_plugin",
67-
"django-ninja-extra-easy >= 0.15.0",
67+
"django-ninja-extra >= 0.16.0",
6868
"django-ninja-jwt",
6969
"Django >= 3.1",
7070
]

0 commit comments

Comments
 (0)