Skip to content

Commit 56d3838

Browse files
committed
update requirements.txt
1 parent 3a73a1d commit 56d3838

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
-9 Bytes
Binary file not shown.

Ops/settings.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,6 @@
223223
# email配置
224224
EMAIL_HOST = 'smtp.163.com'
225225
EMAIL_PORT = 25
226-
EMAIL_HOST_USER = '[email protected]'
227-
EMAIL_HOST_PASSWORD = 'zhang123'
228-
DEFAULT_FROM_EMAIL = '[email protected]'
226+
EMAIL_HOST_USER = 'XXXXXXXX'
227+
EMAIL_HOST_PASSWORD = 'XXXXXXX'
228+
DEFAULT_FROM_EMAIL = EMAIL_HOST_USER

requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ diff-match-patch==20121119
2323
Django==2.0.5
2424
django-celery-beat==1.2.0
2525
django-celery-results==1.0.1
26+
django-cors-headers==2.5.0
2627
django-crispy-forms==1.7.2
2728
django-filter==1.1.0
2829
django-formtools==2.1
@@ -51,6 +52,7 @@ Markdown==2.6.11
5152
MarkupSafe==1.0
5253
msgpack==0.5.6
5354
msgpack-python==0.5.6
55+
nose==1.3.7
5456
odfpy==1.3.6
5557
openpyxl==2.5.3
5658
paramiko==2.4.1
@@ -74,6 +76,7 @@ redis==2.10.6
7476
requests==2.19.1
7577
six==1.10.0
7678
smmap2==2.0.5
79+
svn==0.3.46
7780
tablib==0.12.1
7881
Twisted==17.5.0
7982
txaio==2.10.0

0 commit comments

Comments
 (0)