-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.0.1-rc1 - Free flask_sqlalchemy version
- flask_sqlalchemy = 2.4.4 - sqlalchemy = 1.3.23
- Loading branch information
App Generator
committed
Mar 18, 2021
1 parent
5966207
commit 3a4a472
Showing
4 changed files
with
37 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,20 @@ | ||
{ | ||
"name": "flask-dashboard-adminator", | ||
"mastertemplate": "boilerplate-code-flask-dashboard", | ||
"version": "1.0.0", | ||
"description": "Template project - Flask Boilerplate Code", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/app-generator/flask-dashboard-adminator" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/app-generator/flask-dashboard-adminator/issues", | ||
"email": "support@appseed.us" | ||
}, | ||
"author": "AppSeed App Generator <support@appseed.us> (https://appseed.us)", | ||
"engines": { | ||
"node": ">=10.0.0" | ||
}, | ||
"dependencies": { | ||
}, | ||
"devDependencies": { | ||
} | ||
} | ||
"name": "flask-dashboard-adminator", | ||
"mastertemplate": "boilerplate-code-flask-dashboard", | ||
"version": "1.0.1", | ||
"description": "Template project - Flask Boilerplate Code", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/app-generator/flask-dashboard-adminator" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/app-generator/flask-dashboard-adminator/issues", | ||
"email": "support@appseed.us" | ||
}, | ||
"author": "AppSeed App Generator <support@appseed.us> (https://appseed.us)", | ||
"engines": { | ||
"node": ">=10.0.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
flask | ||
flask_login | ||
flask_migrate | ||
flask_wtf | ||
flask_sqlalchemy==2.* | ||
email_validator | ||
python-decouple | ||
gunicorn | ||
flask==1.1.2 | ||
flask_login==0.5.0 | ||
flask_migrate==2.7.0 | ||
flask_wtf==0.14.3 | ||
flask_sqlalchemy==2.4.4 | ||
sqlalchemy==1.3.23 | ||
email_validator==1.1.2 | ||
python-decouple==3.4 | ||
gunicorn==20.0.4 |