Skip to content

Commit

Permalink
Merge branch 'update-pkgs'
Browse files Browse the repository at this point in the history
  • Loading branch information
emillon committed Jan 6, 2016
2 parents b9f5fe3 + 49a0a80 commit efbd66d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: python
sudo: false
python:
- "2.7"
install:
Expand Down
1 change: 1 addition & 0 deletions app/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def configure_ext_sqlalchemy(app):
"""
db_uri = app.config.get('SQLALCHEMY_DATABASE_URI')
app.config['SQLALCHEMY_DATABASE_URI'] = translate_db_uri(app, db_uri)
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
models.db.init_app(app)


Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
coverage==3.7.1
fake-factory==0.4.2
coverage==4.0.3
fake-factory==0.5.3
Flask==0.10.1
Flask-Admin==1.0.9
Flask-Assets==0.10
Flask-Assets==0.11
Flask-Bcrypt==0.6.0
Flask-Login==0.2.11
Flask-Migrate==1.3
Flask-Migrate==1.7.0
Flask-Script==2.0.5
Flask-SQLAlchemy==2.0
Flask-SQLAlchemy==2.1
Flask-Testing==0.4.2
Flask-Uploads==0.1.3
Flask-WTF==0.11
Flask-XStatic==0.0.1
koremutake==1.0.5
nose==1.3.4
koremutake==1.1.0
nose==1.3.7
psycopg2==2.6
PyPDF2==1.24
PyPDF2==1.25.1
pyScss==1.3.4
slacker==0.5.7
slacker==0.8.6.2
XStatic==1.0.1
XStatic-Jasmine==2.1.2.0
XStatic-jQuery==1.10.2.1
Expand Down

0 comments on commit efbd66d

Please sign in to comment.