From f68a86e84ea8a75b5c2dca7edb0f1adb88091948 Mon Sep 17 00:00:00 2001 From: Stark-Pramod Date: Sun, 2 Aug 2020 18:07:04 +0530 Subject: [PATCH] updated requirementz.txt --- quiz_portal/settings/base.py | 3 +-- requirements.txt | 12 +++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/quiz_portal/settings/base.py b/quiz_portal/settings/base.py index e0124851..eb6e896c 100644 --- a/quiz_portal/settings/base.py +++ b/quiz_portal/settings/base.py @@ -8,8 +8,7 @@ # See https://docs.djangoproject.com/en/2.0/howto/deployment/checklist/ # SECURITY WARNING: keep the secret key used in production secret! -# SECRET_KEY = os.environ.get('QUIZ_PORTAL_SECRET_KEY') -SECRET_KEY = os.environ.get('SECRET_KEY') +SECRET_KEY = os.environ.get('QUIZ_PORTAL_SECRET_KEY') # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True diff --git a/requirements.txt b/requirements.txt index eae45438..7b74fc43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,10 @@ asgiref==3.2.10 +astroid==2.4.2 certifi==2020.6.20 chardet==3.0.4 defusedxml==0.6.0 diff-match-patch==20200713 -Django==3.0.8 +Django==2.2.8 django-admin-honeypot==1.1.0 django-blacklist==0.4.1 django-ckeditor==5.9.0 @@ -14,12 +15,18 @@ django-recaptcha2==1.4.1 et-xmlfile==1.0.1 html5lib==1.1 idna==2.7 +isort==4.3.21 jdcal==1.4.1 +lazy-object-proxy==1.4.3 MarkupPy==1.14 +mccabe==0.6.1 odfpy==1.4.1 openpyxl==3.0.4 Pillow==7.2.0 psycopg2-binary==2.8.5 +pylint==2.5.3 +pylint-django==2.2.0 +pylint-plugin-utils==0.6 PyPDF2==1.26.0 python-decouple==3.1 pytz==2018.4 @@ -29,9 +36,12 @@ requests==2.19.1 six==1.15.0 sqlparse==0.3.1 tablib==2.0.0 +toml==0.10.1 +typed-ast==1.4.1 unicodecsv==0.14.1 urllib3==1.23 webencodings==0.5.1 +wrapt==1.12.1 xhtml2pdf==0.2.4 xlrd==1.2.0 xlwt==1.3.0