From 60b1543511c24b0dce8f3b561e1161ecc9cef09f Mon Sep 17 00:00:00 2001 From: Janis Streib Date: Fri, 7 Jun 2019 15:29:59 +0200 Subject: [PATCH] UPD: updated minimum versions --- requirements.txt | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2c871ec..49a9b89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,17 @@ -appdirs>=1.4.0 -Django>=1.10.5 -django-autocomplete-light>=3.2.7 -django-stdimage>=2.4.1 -django-taggit>=0.22.0 +appdirs>=1.4.3 +Django>=2.2.2 +django-autocomplete-light>=3.3.5 +django-stdimage>=4.0.1 +django-taggit>=1.1.0 django-taggit-helpers>=0.1.4 -olefile>=0.44 -packaging>=16.8 -Pillow>=4.0.0 -progressbar2>=3.20.0 -pyparsing>=2.1.10 -python-utils>=2.1.0 -six>=1.10.0 -uWSGI>=2.0.15 +olefile>=0.46 +packaging>=19.0 +Pillow>=6.0.0 +progressbar2>=3.42.0 +psycopg2>=2.7.1 +pyparsing>=2.4.0 +python-utils>=2.3.0 +pytz>=2019.1 +six>=1.12.0 +sqlparse>=0.3.0 +uWSGI>=2.0.18