Skip to content

Commit 2cb21b9

Browse files
authored
Merge pull request #44 from TaleLin/chore/upgrade-deps-version
Chore/upgrade deps version
2 parents 218519f + bc4ce9f commit 2cb21b9

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
cymysql = "==0.9.1"
7+
cymysql = "==0.9.13"
88
requests = "==2.18.4"
99
pipfile = "*"
1010
oss2 = "==2.6.1"
1111
Flask = "==1.0.2"
1212
Flask-SQLAlchemy = "==2.3.2"
1313
Flask-WTF = "==0.14.2"
1414
Flask-Cors = "==2.1.0"
15-
Lin-CMS = "==0.1.1a6"
15+
Lin-CMS = "==0.1.1a7"
1616

1717
[dev-packages]
1818
pytest = "*"

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)