From 9db160fc854d160db5693d4ad066a41b736c47bf Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Mon, 23 Nov 2020 14:29:18 +0100 Subject: [PATCH] Requirements including Django 2.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c0746db4..ea2d224a 100755 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ # Please add requirements here # Read docs for how this works: http://www.pip-installer.org/en/latest/cookbook.html -Django==2.0.13 +Django==2.2.17 Pillow requests==2.25.0 django-tinymce==2.8.0 -- GitLab