File tree Expand file tree Collapse file tree 6 files changed +25
-20
lines changed Expand file tree Collapse file tree 6 files changed +25
-20
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ DEBUG=False
33
44# Flask ENV
55FLASK_APP = run.py
6- FLASK_ENV = production
6+ FLASK_DEBUG = 1
77
88# If not provided, a random one is generated
99# SECRET_KEY=<YOUR_SUPER_KEY_HERE>
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 1.0.15] 2023-10-07
4+ ### Changes
5+
6+ - Update Dependencies
7+
38## [ 1.0.14] 2023-01-02
49### Changes
510
Original file line number Diff line number Diff line change 1- FROM python:3.9
1+ FROM python:3.10
22
33# set environment variables
44ENV PYTHONDONTWRITEBYTECODE 1
Original file line number Diff line number Diff line change 99from flask_dance .consumer import oauth_authorized
1010from flask_dance .contrib .github import github , make_github_blueprint
1111from flask_dance .consumer .storage .sqla import SQLAlchemyStorage
12- from flask_dance .contrib .twitter import twitter , make_twitter_blueprint
1312from sqlalchemy .orm .exc import NoResultFound
1413from apps .config import Config
1514from .models import Users , db , OAuth
Original file line number Diff line number Diff line change 22DEBUG=True
33
44FLASK_APP=run.py
5- FLASK_ENV=development
5+ FLASK_DEBUG=1
66
77# If not provided, a random one is generated
88# SECRET_KEY=<YOUR_SUPER_KEY_HERE>
Original file line number Diff line number Diff line change 1- flask == 2.0.2
2- Werkzeug == 2.0.3
3- jinja2 == 3.0.2
4- flask_login == 0.5.0
5- flask_migrate == 3.1.0
6- WTForms == 3.0.0
7- flask_wtf == 1.0.0
8- flask_sqlalchemy == 2.5.1
9- sqlalchemy == 1.4.29
10- email_validator == 1.1.3
11- gunicorn == 20.1.0
12- flask-restx == 0.5.1
1+ flask == 2.2.5
2+ Werkzeug == 2.3.7
3+ jinja2 == 3.1.2
4+ flask-login == 0.6.2
5+ flask_migrate == 4.0.4
6+ WTForms == 3.0.1
7+ flask_wtf == 1.2.1
8+ flask-sqlalchemy == 3.0.5
9+ sqlalchemy == 2.0.21
10+ email_validator == 2.0.0
1311python-dotenv == 0.19.2
14- Flask-Minify == 0.37
15- Flask-Dance == 5.1.0
1612blinker == 1.4
17- pyOpenSSL
1813WTForms-Alchemy == 0.18.0
19- PyJWT ~= 2.4.0
14+ flask-restx == 1.0.3
15+
16+ gunicorn == 20.1.0
17+ Flask-Minify == 0.37
18+
19+ Flask-Dance == 7.0.0
20+ PyJWT == 2.4.0
2021
2122# flask_mysqldb
2223# psycopg2-binary
You can’t perform that action at this time.
0 commit comments