From c0fe3e1db70bdba85cf382624817d8d8ea9d6f85 Mon Sep 17 00:00:00 2001 From: spl3g Date: Mon, 1 Jun 2026 21:23:12 +0300 Subject: add orders list, update, create --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index f33ff74..46bdfb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ readme = "README.md" requires-python = ">=3.12" dependencies = [ "django>=6.0.5", + "django-extra-views>=0.16.0", "pillow>=12.2.0", "psycopg2-binary>=2.9.12", ] -- cgit v1.2.3