From e13c45ec165f054c70382cf4885f143710f6797a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 5 Feb 2018 12:31:23 +0100 Subject: Fix requirements syntax --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index c150a8f10..ac68bc0c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ six>=1.9 psycopg2==2.5.4 django-registration==2.2 -django=>1.11.10,<2.0 +django>=1.11.10, <2.0 Pillow==3.4.2 WeasyPrint==0.41 html5lib==0.999999999 -- cgit v1.2.3