From 595d98908a72cc75c00fa7840694b0d4a263ea6f Mon Sep 17 00:00:00 2001 From: SDE Date: Tue, 16 May 2023 17:16:55 +0300 Subject: [PATCH] 0.0.1 requirements.pip added --- requirements.pip | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 requirements.pip diff --git a/requirements.pip b/requirements.pip new file mode 100644 index 0000000..6c624c8 --- /dev/null +++ b/requirements.pip @@ -0,0 +1,4 @@ +Django==4.2.1 +django-ckeditor==6.5.1 +django-modeltranslation==0.18.9 +psycopg2-binary==2.9.6