From 29dfa2eb7c8c0453883a1936e3800f4ff2f20600 Mon Sep 17 00:00:00 2001
From: Frank Sauerburger <frank@sauerburger.com>
Date: Thu, 30 Dec 2021 10:26:57 +0100
Subject: [PATCH] Pin python dependency versions

---
 app/requirements.txt | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/app/requirements.txt b/app/requirements.txt
index ea86d8a..e5a2085 100644
--- a/app/requirements.txt
+++ b/app/requirements.txt
@@ -1,8 +1,8 @@
-django-guardian
-pgpy
-fontawesome-free
-django-crispy-forms
-django_compressor
-django-libsass
-psycopg2
-
+django~=3.1.7
+django-guardian~=2.30
+pgpy~=0.5.3
+fontawesome-free~=5.15.3
+django-crispy-forms~=1.11.2
+django_compressor~=2.4
+django-libsass~=0.20.1
+psycopg2~=2.8.6
-- 
GitLab