From 6c966f8ef62e5aed198061c9f88ab4c38e956a6b Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 3 Jun 2020 23:43:25 +0200 Subject: [PATCH] added versions to requirements.txt --- requirements.txt | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/requirements.txt b/requirements.txt index 18b1b999d..600661afe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,22 +1,22 @@ -django -Pillow -django-tables2 -django-filter -django-crispy-forms -djangorestframework -django-autocomplete-light -django-emoji-picker -django-cleanup -django-annoying -bleach -bleach-whitelist -six -requests -markdown -simplejson -lxml -webdavclient3 -python-dotenv -psycopg2-binary -whitenoise -gunicorn +bleach==3.1.5 +bleach-whitelist==0.0.10 +Django==3.0.7 +django-annoying==0.10.6 +django-autocomplete-light==3.5.1 +django-cleanup==4.0.0 +django-crispy-forms==1.9.1 +django-emoji-picker==0.0.6 +django-filter==2.2.0 +django-tables2==2.3.1 +djangorestframework==3.11.0 +gunicorn==20.0.4 +lxml==4.5.1 +Markdown==3.2.2 +Pillow==7.1.2 +psycopg2-binary==2.8.5 +python-dotenv==0.13.0 +requests==2.23.0 +simplejson==3.17.0 +six==1.15.0 +webdavclient3==3.14.4 +whitenoise==5.1.0