File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ verify_ssl = true
44name = " pypi"
55
66[packages ]
7- cymysql = " ==0.9.1 "
7+ cymysql = " ==0.9.13 "
88requests = " ==2.18.4"
99pipfile = " *"
1010oss2 = " ==2.6.1"
1111Flask = " ==1.0.2"
1212Flask-SQLAlchemy = " ==2.3.2"
1313Flask-WTF = " ==0.14.2"
1414Flask-Cors = " ==2.1.0"
15- Lin-CMS = " ==0.1.1a6 "
15+ Lin-CMS = " ==0.1.1a7 "
1616
1717[dev-packages ]
1818pytest = " *"
Original file line number Diff line number Diff line change 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
96from lin .core import User
7+ from lin .db import db
8+
9+ from app .app import create_app
1010
1111
1212def main ():
Original file line number Diff line number Diff line change 11certifi == 2019.3.9
22chardet == 3.0.4
33Click == 7.0
4- cymysql == 0.9.1
4+ cymysql == 0.9.13
55Flask == 1.0.2
66Flask-Cors == 2.1.0
77Flask-JWT-Extended == 3.12.1
@@ -10,7 +10,7 @@ Flask-WTF==0.14.2
1010idna == 2.6
1111itsdangerous == 1.1.0
1212Jinja2 == 2.10
13- Lin-CMS == 0.1.1a6
13+ Lin-CMS == 0.1.1a7
1414MarkupSafe == 1.1.1
1515pipfile == 0.0.2
1616PyJWT == 1.7.1
You can’t perform that action at this time.
0 commit comments