From 27de46c35ab95a0001eb356e5b50b900ad9b485d Mon Sep 17 00:00:00 2001 From: erivanio Date: Wed, 22 Sep 2021 11:15:24 -0300 Subject: [PATCH] set all dependencies versions --- requirements.txt | 54 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 36 insertions(+), 18 deletions(-) diff --git a/requirements.txt b/requirements.txt index ba4fb8cc..bd426d2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,21 +1,39 @@ +beautifulsoup4==4.6.3 +certifi==2018.10.15 +chardet==3.0.4 +Click==7.0 +defusedxml==0.5.0 +dj-database-url==0.5.0 Django==1.11.17 -python-decouple==3.0 -django-debug-toolbar==1.6 -dj-database-url==0.4.2 -django-compressor==2.1 -django-compressor-toolkit==0.6.0 -django-constance==2.2.0 -django-picklefield==1.0.0 -django-bower==5.2.0 -django-cors-headers==2.0.0 -python3-openid==3.0.10 -social-auth-app-django==0.1.0 -django-crispy-forms==1.6.1 -requests==2.12.5 -pillow==4.0.0 -click==6.7 +django-appconf==1.0.2 django-autofixture==0.12.1 -django-tastypie==0.13.3 +django-bower==5.2.0 +django-compressor==2.2 +django-compressor-toolkit==0.6.0 +django-constance==2.3.1 +django-cors-headers==2.4.0 +django-crispy-forms==1.7.2 +django-debug-toolbar==1.10.1 +django-embed-video==1.2.0 +django-picklefield==1.1.0 +django-tastypie==0.14.2 +idna==2.7 mock==2.0.0 -django-embed-video==1.1.2 -cryptography==2.8 +oauthlib==2.1.0 +pbr==5.1.1 +Pillow==5.3.0 +PyJWT==1.6.4 +python-dateutil==2.7.5 +python-decouple==3.1 +python-mimeparse==1.6.0 +python3-openid==3.1.0 +pytz==2018.7 +rcssmin==1.0.6 +requests==2.20.1 +requests-oauthlib==1.0.0 +rjsmin==1.0.12 +six==1.11.0 +social-auth-app-django==3.1.0 +social-auth-core==2.0.0 +sqlparse==0.2.4 +urllib3==1.24.1 \ No newline at end of file