File tree Expand file tree Collapse file tree 3 files changed +34
-2
lines changed
Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 5555DEFAULT_LOG_PATH = '/var/log/supervisor/cloud-session-app.log'
5656
5757# Define the WSGI application object
58- app : Flask = Flask (__name__ )
58+ app = Flask (__name__ )
5959
6060# Application version (major,minor,patch-level)
6161# version has been moved to the __version__.py.
Original file line number Diff line number Diff line change 1+ aniso8601==6.0.0
2+ atomicwrites==1.3.0
3+ attrs==19.1.0
4+ blinker==1.4
5+ certifi==2019.3.9
6+ Click==7.0
7+ Flask==1.0.2
8+ Flask-Mail==0.9.1
9+ Flask-RESTful==0.3.7
10+ Flask-SQLAlchemy==2.3.2
11+ itsdangerous==1.1.0
12+ Jinja2==2.10
13+ MarkupSafe==1.1.1
14+ more-itertools==6.0.0
15+ mysqlclient==1.4.2.post1
16+ pipdeptree==0.13.2
17+ pkg-resources==0.0.0
18+ pluggy==0.9.0
19+ py==1.8.0
20+ pystache==0.5.4
21+ pytest==4.3.1
22+ pytest-mock==1.10.3
23+ pytz==2018.9
24+ sentry-sdk==0.7.6
25+ six==1.12.0
26+ SQLAlchemy==1.3.0
27+ urllib3==1.24.1
28+ uWSGI==2.0.18
29+ validate-email==1.3
30+ Werkzeug==0.14.1
Original file line number Diff line number Diff line change @@ -12,14 +12,16 @@ itsdangerous==1.1.0
1212Jinja2 == 2.10
1313MarkupSafe == 1.1.1
1414more-itertools == 6.0.0
15+ mysqlclient == 1.4.2.post1
16+ pkg-resources == 0.0.0
1517pluggy == 0.9.0
1618py == 1.8.0
1719pystache == 0.5.4
18- pytest == 4.3.1
1920pytz == 2018.9
2021sentry-sdk == 0.7.6
2122six == 1.12.0
2223SQLAlchemy == 1.3.0
2324urllib3 == 1.24.1
25+ uWSGI == 2.0.18
2426validate-email == 1.3
2527Werkzeug == 0.14.1
You can’t perform that action at this time.
0 commit comments