Skip to content

Commit bc4ce9f

Browse files
committed
fix: 修改requirements.txt的依赖版本
1 parent dc73a3b commit bc4ce9f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

add_super.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
:copyright: © 2019 by the Lin team.
33
:license: MIT, see LICENSE for more details.
44
"""
5-
from sqlalchemy.exc import IntegrityError
65

7-
from app.app import create_app
8-
from lin.db import db
96
from lin.core import User
7+
from lin.db import db
8+
9+
from app.app import create_app
1010

1111

1212
def main():

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
certifi==2019.3.9
22
chardet==3.0.4
33
Click==7.0
4-
cymysql==0.9.1
4+
cymysql==0.9.13
55
Flask==1.0.2
66
Flask-Cors==2.1.0
77
Flask-JWT-Extended==3.12.1
@@ -10,7 +10,7 @@ Flask-WTF==0.14.2
1010
idna==2.6
1111
itsdangerous==1.1.0
1212
Jinja2==2.10
13-
Lin-CMS==0.1.1a6
13+
Lin-CMS==0.1.1a7
1414
MarkupSafe==1.1.1
1515
pipfile==0.0.2
1616
PyJWT==1.7.1

0 commit comments

Comments
 (0)