Skip to content

Commit

Permalink
增加requirement.txt文件
Browse files Browse the repository at this point in the history
  • Loading branch information
wintests committed May 1, 2020
1 parent ef953ea commit 1bd4a0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/setting.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
MYSQL_HOST = "192.168.89.128"
MYSQL_PORT = 3306
MYSQL_USER = "root"
MYSQL_PASSWD = "1q2w3e?"
MYSQL_PASSWD = "123456"
MYSQL_DB = "flask_demo"

# Redis配置
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PyMySQL==0.9.3
Flask==1.0.3
redis==3.4.1

0 comments on commit 1bd4a0c

Please sign in to comment.