Skip to content

Commit

Permalink
updated requirementz.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Pramodjais517 committed Aug 2, 2020
1 parent f14b66f commit f68a86e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
3 changes: 1 addition & 2 deletions quiz_portal/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 11 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit f68a86e

Please sign in to comment.