This repository was archived by the owner on Aug 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +33
-33
lines changed Expand file tree Collapse file tree 2 files changed +33
-33
lines changed Original file line number Diff line number Diff line change 1
- alembic == 0.9.5
2
- click == 6.7
3
- Flask == 0.12.3
4
- Flask-Migrate == 2.1.0
5
- Flask-SQLAlchemy == 2.2
1
+ alembic == 1.10.11
2
+ click == 7.0
3
+ Flask == 1.0.4
4
+ Flask-Migrate == 2.5.2
5
+ Flask-SQLAlchemy == 2.4.0
6
6
Flask-WTF == 0.14.2
7
- itsdangerous == 0.24
7
+ itsdangerous == 1.1.0
8
8
Jinja2 == 2.10.1
9
- Mako == 1.0.7
10
- MarkupSafe == 1.0
11
- psycopg2 == 2.7 .3
12
- python-dateutil == 2.6.1
13
- python-editor == 1.0.3
14
- redis == 3.1.0
15
- six == 1.10 .0
16
- SQLAlchemy == 1.3.3
17
- uWSGI == 2.0.15
18
- Werkzeug == 0.12.2
19
- WTForms == 2.1
9
+ Mako == 1.0.13
10
+ MarkupSafe == 1.1.1
11
+ psycopg2 == 2.8 .3
12
+ python-dateutil == 2.8.0
13
+ python-editor == 1.0.4
14
+ redis == 3.2.1
15
+ six == 1.12 .0
16
+ SQLAlchemy == 1.3.5
17
+ uwsgidecorators == 1.1.0
18
+ Werkzeug == 0.15.5
19
+ WTForms == 2.2. 1
Original file line number Diff line number Diff line change @@ -220,25 +220,25 @@ _install_centos_reqs() {
220
220
221
221
_write_requirements () {
222
222
cat > $1 << EOF
223
- alembic==0.9.5
224
- click==6.7
225
- Flask==0.12.3
226
- Flask-Migrate==2.1.0
227
- Flask-SQLAlchemy==2.2
223
+ alembic==1.0.11
224
+ click==7.0
225
+ Flask==1.0.4
226
+ Flask-Migrate==2.5.2
227
+ Flask-SQLAlchemy==2.4.0
228
228
Flask-WTF==0.14.2
229
- itsdangerous==0.24
229
+ itsdangerous==1.1.0
230
230
Jinja2==2.10.1
231
- Mako==1.0.7
232
- MarkupSafe==1.0
233
- psycopg2==2.7.6
234
- python-dateutil==2.6.1
235
- python-editor==1.0.3
236
- redis==3.1.0
237
- six==1.10 .0
238
- SQLAlchemy==1.3.3
231
+ Mako==1.0.13
232
+ MarkupSafe==1.1.1
233
+ psycopg2==2.8.3
234
+ python-dateutil==2.8.0
235
+ python-editor==1.0.4
236
+ redis==3.2.1
237
+ six==1.12 .0
238
+ SQLAlchemy==1.3.5
239
239
uwsgidecorators==1.1.0
240
- Werkzeug==0.12.2
241
- WTForms==2.1
240
+ Werkzeug==0.15.5
241
+ WTForms==2.2. 1
242
242
EOF
243
243
}
244
244
You can’t perform that action at this time.
0 commit comments