From 7437e299c4550ab1c183b73d91b4c387fbe525b8 Mon Sep 17 00:00:00 2001 From: krmax44 Date: Tue, 10 Sep 2024 15:03:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20add=20dependencies=20to=20pyproj?= =?UTF-8?q?ect.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0da8b17..0b5d279 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,11 +16,16 @@ classifiers = [ "Topic :: Utilities", ] dynamic = ["version"] -dependencies = ["froide"] +dependencies = [ + "froide", + "django-filter", + "django-admin-sortable2", + "djangorestframework", +] [build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" [tool.setuptools] -packages = ["froide_campaign"] \ No newline at end of file +packages = ["froide_campaign"]