Skip to content

Commit

Permalink
Re-compiling requirements files in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
raimon49 committed Dec 15, 2015
1 parent 182dede commit d6da427
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/dev-requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r requirements.in
-r prod-requirements.in

autopep8
docutils
Expand Down
4 changes: 2 additions & 2 deletions examples/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ itsdangerous==0.24 # via flask
jinja2==2.8 # via flask
markupsafe==0.23 # via jinja2
pep8==1.6.2 # via autopep8, pytest-pep8
pip-tools==1.2.0
pip-tools==1.4.2
py==1.4.31 # via pytest
pytest-cache==1.0 # via pytest-pep8
pytest-pep8==1.0.6
pytest-pythonpath==0.7
pytest==2.8.3 # via pytest-cache, pytest-pep8, pytest-pythonpath
pytest==2.8.5 # via pytest-cache, pytest-pep8, pytest-pythonpath
six==1.10.0 # via pip-tools
werkzeug==0.11.2 # via flask
wheel==0.26.0
4 changes: 2 additions & 2 deletions examples/prod-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile
# Make changes in requirements.in, then run this to update:
# Make changes in prod-requirements.in, then run this to update:
#
# pip-compile requirements.in
# pip-compile prod-requirements.in
#
flask==0.10.1
itsdangerous==0.24 # via flask
Expand Down

0 comments on commit d6da427

Please sign in to comment.