From 9b793b17f66c0dc7ec521c6db2a178b155f189ca Mon Sep 17 00:00:00 2001 From: Cesarkassis <156239655+Cesarkassis@users.noreply.github.com> Date: Thu, 2 Oct 2025 00:50:03 +0300 Subject: [PATCH] Add files via upload --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..99ea021 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +Django>=4.2 +djangorestframework>=3.15 +drf-yasg>=1.21.4 +psycopg2-binary>=2.9 # optional; only if you use Postgres. SQLite works without it.