From 53cc34f2d2b73b99b112fe27c33639e494060801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Antonio=20Akel?= Date: Wed, 14 Apr 2021 14:53:28 -0400 Subject: [PATCH] updates requirements.txt, to let loose the dependance on a specific Django version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f57c2d5..0be2681 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -django>=1.7,<1.11.99 +django Pillow python-magic # python-magic-bin==0.4.14 for MAC users