add requirements.txt

This commit is contained in:
myminwang 2018-12-03 17:03:25 +08:00
parent 4fae455ceb
commit a8a2e012ff
3 changed files with 30 additions and 2 deletions

BIN
doc/.DS_Store vendored

Binary file not shown.

View File

@ -87,8 +87,8 @@ DATABASES = {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'myblog',
'USER':'root',
'PASSWORD': 'WZQwzq+123',
'HOST': '127.0.0.1',
'PASSWORD': '******', # 请换成自己的密码
'HOST': '127.0.0.1', # 如果不能连接改成localhost试下
'POST': '3306',
}
}

28
requirements.txt Normal file
View File

@ -0,0 +1,28 @@
asn1crypto==0.24.0
cffi==1.11.5
cryptography==2.2.2
diff-match-patch==20121119
Django==2.0.7
django-crispy-forms==1.7.2
django-formtools==2.1
django-import-export==1.0.1
et-xmlfile==1.0.1
future==0.16.0
httplib2==0.11.3
idna==2.7
jdcal==1.4
Markdown==2.6.11
odfpy==1.3.6
olefile==0.45.1
openpyxl==2.5.4
Pillow==4.1.0
pycparser==2.18
PyMySQL==0.9.1
pytz==2018.5
PyYAML==3.12
six==1.11.0
tablib==0.12.1
unicodecsv==0.14.1
uWSGI==2.0.17
xlrd==1.1.0
xlwt==1.3.0