From bd91678dbc3a0856370e2f791f9a18045fbf5bd8 Mon Sep 17 00:00:00 2001 From: Mykhailo Poienko <22IMC10258@fh-krems.ac.at> Date: Wed, 23 Oct 2024 10:48:46 +0200 Subject: [PATCH] dependecies version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 231319cf..d05b2308 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ zip_safe=False, include_package_data=True, package_data={'': ['README.md']}, - install_requires=['django>=4.0', ], + install_requires=['Django>=4', 'django-ckeditor', 'lxml', 'nh3'], classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment',