Compare commits
3 Commits
v1.0.1-rc1
...
v1.0.3-rc1
| Author | SHA1 | Date | |
|---|---|---|---|
| 19f133a1ef | |||
| 23633ad0f5 | |||
| 526ae88e2b |
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,5 +1,20 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## [1.0.3] 2021-05-16
|
||||||
|
### Dependencies Update
|
||||||
|
|
||||||
|
- Bump Codebase: [Flask Dashboard](https://github.com/app-generator/boilerplate-code-flask-dashboard) v1.0.6
|
||||||
|
- Freeze used versions in `requirements.txt`
|
||||||
|
- jinja2 = 2.11.3
|
||||||
|
|
||||||
|
## [1.0.2] 2021-05-11
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
- Bump Codebase: [Flask Dashboard](https://github.com/app-generator/boilerplate-code-flask-dashboard) v1.0.5
|
||||||
|
- Freeze used versions in `requirements.txt`
|
||||||
|
- flask_sqlalchemy = 2.4.4
|
||||||
|
- sqlalchemy = 1.3.23
|
||||||
|
|
||||||
## [1.0.1] 2021-02-10
|
## [1.0.1] 2021-02-10
|
||||||
### Improvements
|
### Improvements
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# [Black Dashboard Flask](https://www.creative-tim.com/product/black-dashboard-flask) [](https://twitter.com/home?status=Material%20Dashboard,%20a%20free%20Material%20Bootstrap%204%20Admin%20Template%20%E2%9D%A4%EF%B8%8F%20https%3A//bit.ly/2Lyat1Y%20%23bootstrap%20%23material%20%23design%20%23developers%20%23freebie%20%20via%20%40CreativeTim)
|
# [Black Dashboard Flask](https://www.creative-tim.com/product/black-dashboard-flask) [](https://twitter.com/home?status=Material%20Dashboard,%20a%20free%20Material%20Bootstrap%204%20Admin%20Template%20%E2%9D%A4%EF%B8%8F%20https%3A//bit.ly/2Lyat1Y%20%23bootstrap%20%23material%20%23design%20%23developers%20%23freebie%20%20via%20%40CreativeTim)
|
||||||
|
|
||||||
 [](https://github.com/creativetimofficial/black-dashboard-flask/issues?q=is%3Aopen+is%3Aissue) [](https://github.com/creativetimofficial/black-dashboard-flask/issues?q=is%3Aissue+is%3Aclosed) [](https://gitter.im/creative-tim-general/Lobby) [](https://discord.gg/E4aHAQy)
|
 [](https://github.com/creativetimofficial/black-dashboard-flask/issues?q=is%3Aopen+is%3Aissue) [](https://github.com/creativetimofficial/black-dashboard-flask/issues?q=is%3Aissue+is%3Aclosed) [](https://gitter.im/creative-tim-general/Lobby) [](https://discord.gg/E4aHAQy)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "black-dashboard-flask",
|
"name": "black-dashboard-flask",
|
||||||
"mastertemplate": "boilerplate-code-flask-dashboard",
|
"mastertemplate": "boilerplate-code-flask-dashboard",
|
||||||
"version": "1.0.1",
|
"version": "1.0.3",
|
||||||
"description": "Template project - Flask Boilerplate Code ",
|
"description": "Template project - Flask Boilerplate Code ",
|
||||||
"scripts": {},
|
"scripts": {},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
@ -1,8 +1,10 @@
|
|||||||
flask
|
flask==1.1.2
|
||||||
flask_login
|
flask_login==0.5.0
|
||||||
flask_migrate
|
flask_migrate==2.7.0
|
||||||
flask_wtf
|
flask_wtf==0.14.3
|
||||||
flask_sqlalchemy==2.*
|
flask_sqlalchemy==2.4.4
|
||||||
email_validator
|
sqlalchemy==1.3.23
|
||||||
python-decouple
|
email_validator==1.1.2
|
||||||
gunicorn
|
python-decouple==3.4
|
||||||
|
gunicorn==20.0.4
|
||||||
|
jinja2==2.11.3
|
||||||
|
|||||||
Reference in New Issue
Block a user