Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Jaramillo <[email protected]>
  • Loading branch information
alexjch committed Jul 19, 2019
1 parent 4167e27 commit 8414159
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
34 changes: 17 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
alembic==0.9.5
click==6.7
Flask==0.12.3
Flask-Migrate==2.1.0
Flask-SQLAlchemy==2.2
alembic==1.10.11
click==7.0
Flask==1.0.4
Flask-Migrate==2.5.2
Flask-SQLAlchemy==2.4.0
Flask-WTF==0.14.2
itsdangerous==0.24
itsdangerous==1.1.0
Jinja2==2.10.1
Mako==1.0.7
MarkupSafe==1.0
psycopg2==2.7.3
python-dateutil==2.6.1
python-editor==1.0.3
redis==3.1.0
six==1.10.0
SQLAlchemy==1.3.3
uWSGI==2.0.15
Werkzeug==0.12.2
WTForms==2.1
Mako==1.0.13
MarkupSafe==1.1.1
psycopg2==2.8.3
python-dateutil==2.8.0
python-editor==1.0.4
redis==3.2.1
six==1.12.0
SQLAlchemy==1.3.5
uwsgidecorators==1.1.0
Werkzeug==0.15.5
WTForms==2.2.1
32 changes: 16 additions & 16 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,25 +220,25 @@ _install_centos_reqs() {

_write_requirements() {
cat > $1 << EOF
alembic==0.9.5
click==6.7
Flask==0.12.3
Flask-Migrate==2.1.0
Flask-SQLAlchemy==2.2
alembic==1.0.11
click==7.0
Flask==1.0.4
Flask-Migrate==2.5.2
Flask-SQLAlchemy==2.4.0
Flask-WTF==0.14.2
itsdangerous==0.24
itsdangerous==1.1.0
Jinja2==2.10.1
Mako==1.0.7
MarkupSafe==1.0
psycopg2==2.7.6
python-dateutil==2.6.1
python-editor==1.0.3
redis==3.1.0
six==1.10.0
SQLAlchemy==1.3.3
Mako==1.0.13
MarkupSafe==1.1.1
psycopg2==2.8.3
python-dateutil==2.8.0
python-editor==1.0.4
redis==3.2.1
six==1.12.0
SQLAlchemy==1.3.5
uwsgidecorators==1.1.0
Werkzeug==0.12.2
WTForms==2.1
Werkzeug==0.15.5
WTForms==2.2.1
EOF
}

Expand Down

0 comments on commit 8414159

Please sign in to comment.