Skip to content

Commit c50bcec

Browse files
author
xiezhigang
committed
[更新]更新第三方模块的导入
1 parent 2e1a0c2 commit c50bcec

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

.idea/vision.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

etc/config-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ mysql:
22
host: localhost
33
port: 5432
44
db: vision
5-
user: root
6-
password: '123456'
5+
user: vision
6+
password: 'vision'
77

88
redis:
99
# redis库,默认为1

etc/config-prod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ mysql:
22
host: localhost
33
port: 5432
44
db: vision
5-
user: root
6-
password: '123456'
5+
user: vision
6+
password: 'vision'
77

88
redis:
99
# redis库,默认为1

etc/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ mysql:
22
host: localhost
33
port: 5432
44
db: vision
5-
user: root
6-
password: '123456'
5+
user: vision
6+
password: 'vision'
77

88
redis:
99
# redis库,默认为0

site-packages/requerments.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,11 @@ ConcurrentLogHandler==0.9.1
33
redis==2.10.5
44
celery==4.0.1
55
pyyaml==3.12
6-
ujson==1.35
6+
ujson==1.35
7+
psycopg2==2.6.2
8+
SQLAlchemy==1.1.4
9+
supervisor==3.3.1
10+
tornado-celery==0.3.5
11+
tornado-redis==2.4.18
12+
requests==2.12.3
13+
WTForms==2.1

0 commit comments

Comments
 (0)