diff options
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |