File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2323 - name : Install core
2424 run : pip install "Django${{ matrix.django-version }}" pydantic
2525 - name : Install tests
26- run : pip install pytest pytest-asyncio pytest-django injector= =0.19.0 django-ninja asgiref contextlib2
26+ run : pip install pytest pytest-asyncio pytest-django injector> =0.19.0 django-ninja asgiref contextlib2
2727 - name : Test
2828 run : pytest
2929 codestyle :
Original file line number Diff line number Diff line change 11"""Django Ninja Extra - Class Based Utility and more for Django Ninja(Fast Django REST framework)"""
22
3- __version__ = "0.18.2 "
3+ __version__ = "0.18.4 "
44
55import django
66
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ classifiers = [
4545requires = [
4646 " Django >= 2.2" ,
4747 " django-ninja >= 0.17.0" ,
48- " injector = = 0.19.0" ,
48+ " injector > = 0.19.0" ,
4949 " asgiref" ,
5050 " contextlib2"
5151]
@@ -62,11 +62,11 @@ test = [
6262 " pytest-cov" ,
6363 " pytest-django" ,
6464 " pytest-asyncio" ,
65- " black " ,
66- " isort " ,
67- " injector == 0.19 .0" ,
68- " flake8 " ,
69- " mypy==0.931 " ,
65+ " mypy ==0.971 " ,
66+ " flake8 >=3.8.3,<4.0.0 " ,
67+ " black ==22.12 .0" ,
68+ " isort >=5.0.6,<6.0.0 " ,
69+ " injector >= 0.19.0 " ,
7070 " django-stubs" ,
7171]
7272doc = [
You can’t perform that action at this time.
0 commit comments