From 7433105361cf5f798e846110c26b88130fdecb8b Mon Sep 17 00:00:00 2001
From: Neda Moeini <neda.moeini@geant.org>
Date: Thu, 24 Oct 2024 14:45:34 +0200
Subject: [PATCH] Add Tailwinds to the requirements.

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index b936957..ab37d1e 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ setup(
     include_package_data=True,
     install_requires=[
         "Django==5.1.1",
-
+        "django-tailwind"
     ],
     extras_require={
         "prod": [
-- 
GitLab