From 3be30346483fa58bec39659b2a199a2a0c435ed9 Mon Sep 17 00:00:00 2001 From: Maksudul Haque Date: Sat, 7 Sep 2024 13:43:20 +0000 Subject: [PATCH] Fix typo --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 25b5a60..1a18236 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ packages = drf_test_generator include_package_data = True python_requires = >=3.8 install_requires = - django>=42 + django>=4.2 djangorestframework>=3.12 [options.packages.find]