File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ classifiers = [
1818 " Topic :: Software Development :: Libraries" ,
1919 " Topic :: Utilities" ,
2020 " Environment :: Web Environment" ,
21- " Framework :: Django :: 4.0" ,
22- " Framework :: Django :: 4.1" ,
2321 " Framework :: Django :: 4.2" ,
2422 " Framework :: Django :: 5.0" ,
2523 " Framework :: Django :: 5.1" ,
@@ -28,7 +26,7 @@ classifiers = [
2826]
2927dynamic = [" version" ]
3028requires-python = " >=3.10"
31- dependencies = [" django>=4.0 " , " django-typer>=2.1.2" , " semver>=3.0.4" ]
29+ dependencies = [" django>=4.2 " , " django-typer>=2.1.2" , " semver>=3.0.4" ]
3230
3331[project .optional-dependencies ]
3432django-extensions = [" django-extensions>=3.2" , " werkzeug>=3.0" ]
Original file line number Diff line number Diff line change 2828 pytest-mock
2929 pytest-django
3030 setuptools; python_version < "3.10"
31- django40: Django>=4.0a1,<4.1
32- django41: Django>=4.1a1,<4.2
3331 django42: Django>=4.2a1,<5.0
3432 django50: Django>=5.0a1,<5.1
3533 django51: Django>=5.1a1,<5.2
You can’t perform that action at this time.
0 commit comments