File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ django models with minimum effort. This utility is for one who uses `Django REST
2323Django to Rest need following requirements :
2424
2525* Python 3.8+
26- * Django 4.0.5
27- * djangorestframework 3.13.1
26+ * Django 4.0.5+
27+ * djangorestframework 3.13.1+
2828* django-filter 22.1
2929
3030* * *
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ boilerplate for writing CRUD APIs. Some of the features are:
4242Django to Rest need following requirements :
4343
4444- Python 3.8+
45- - Django 4.0.5
46- - djangorestframework 3.13.1
45+ - Django 4.0.5+
46+ - djangorestframework 3.13.1+
4747- django-filter 22.1
4848
4949--------------
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ django models with minimum effort. This utility is for one who uses `Django REST
2323Django to Rest need following requirements :
2424
2525* Python 3.8+
26- * Django 4.0.5
27- * djangorestframework 3.13.1
26+ * Django 4.0.5+
27+ * djangorestframework 3.13.1+
2828* django-filter 22.1
2929
3030* * *
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ packages =
2727 to_rest
2828python_requires = >=3.8
2929install_requires =
30- Django == 4.0.5
31- djangorestframework == 3.13.1
32- django-filter == 22.1
30+ Django >= 4.0.5,<=4.1.3
31+ djangorestframework >= 3.13.1,<=3.14.0
32+ django-filter ==22.1
You can’t perform that action at this time.
0 commit comments