Skip to content

Commit f68a86e

Browse files
committed
updated requirementz.txt
1 parent f14b66f commit f68a86e

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

quiz_portal/settings/base.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
# See https://docs.djangoproject.com/en/2.0/howto/deployment/checklist/
99

1010
# SECURITY WARNING: keep the secret key used in production secret!
11-
# SECRET_KEY = os.environ.get('QUIZ_PORTAL_SECRET_KEY')
12-
SECRET_KEY = os.environ.get('SECRET_KEY')
11+
SECRET_KEY = os.environ.get('QUIZ_PORTAL_SECRET_KEY')
1312

1413
# SECURITY WARNING: don't run with debug turned on in production!
1514
DEBUG = True

requirements.txt

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
asgiref==3.2.10
2+
astroid==2.4.2
23
certifi==2020.6.20
34
chardet==3.0.4
45
defusedxml==0.6.0
56
diff-match-patch==20200713
6-
Django==3.0.8
7+
Django==2.2.8
78
django-admin-honeypot==1.1.0
89
django-blacklist==0.4.1
910
django-ckeditor==5.9.0
@@ -14,12 +15,18 @@ django-recaptcha2==1.4.1
1415
et-xmlfile==1.0.1
1516
html5lib==1.1
1617
idna==2.7
18+
isort==4.3.21
1719
jdcal==1.4.1
20+
lazy-object-proxy==1.4.3
1821
MarkupPy==1.14
22+
mccabe==0.6.1
1923
odfpy==1.4.1
2024
openpyxl==3.0.4
2125
Pillow==7.2.0
2226
psycopg2-binary==2.8.5
27+
pylint==2.5.3
28+
pylint-django==2.2.0
29+
pylint-plugin-utils==0.6
2330
PyPDF2==1.26.0
2431
python-decouple==3.1
2532
pytz==2018.4
@@ -29,9 +36,12 @@ requests==2.19.1
2936
six==1.15.0
3037
sqlparse==0.3.1
3138
tablib==2.0.0
39+
toml==0.10.1
40+
typed-ast==1.4.1
3241
unicodecsv==0.14.1
3342
urllib3==1.23
3443
webencodings==0.5.1
44+
wrapt==1.12.1
3545
xhtml2pdf==0.2.4
3646
xlrd==1.2.0
3747
xlwt==1.3.0

0 commit comments

Comments
 (0)