Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ColtonProvias committed Jun 27, 2016
1 parent e47d161 commit ad4e501
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 5 deletions.
11 changes: 11 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
SQLAlchemy
inflection
flask
blinker
bcrypt
fake-factory
Flask-SQLAlchemy
passlib
pathtools
SQLAlchemy-Utils
pytest
26 changes: 21 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
SQLAlchemy>=1.0.8
inflection>=0.3.1
flask>=0.10.1
blinker>=1.4
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements.txt requirements.in
#

bcrypt==2.0.0
blinker==1.4
cffi==1.7.0 # via bcrypt
click==6.6 # via flask
fake-factory==0.5.2
Flask-SQLAlchemy==2.0
flask==0.11.1
inflection==0.3.1
itsdangerous==0.24 # via flask
jinja2==2.8 # via flask
markupsafe==0.23 # via jinja2
passlib==1.6.5
pathtools==0.1.2
SQLAlchemy-Utils==0.30.16
py==1.4.31 # via pytest
pycparser==2.14 # via cffi
pytest==2.7.3
six==1.10.0 # via bcrypt, sqlalchemy-utils
SQLAlchemy-Utils==0.30.16
sqlalchemy==1.0.13
werkzeug==0.11.10 # via flask

0 comments on commit ad4e501

Please sign in to comment.