Skip to content

Commit 316960b

Browse files
committed
updated requirements
1 parent 6495ddf commit 316960b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ django models with minimum effort. This utility is for one who uses `Django REST
2323
Django 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
* * *

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ boilerplate for writing CRUD APIs. Some of the features are:
4242
Django 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
--------------

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ django models with minimum effort. This utility is for one who uses `Django REST
2323
Django 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
* * *

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ packages =
2727
to_rest
2828
python_requires = >=3.8
2929
install_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

0 commit comments

Comments
 (0)