Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #331 from quokkaproject/requires-io-development
Browse files Browse the repository at this point in the history
[requires.io] dependency update on development branch
  • Loading branch information
rochacbruno committed Feb 7, 2016
2 parents 190ead6 + 67ff4b0 commit 3ca76b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask-DebugToolbar==0.10.0
ipython==4.0.1
ipython==4.1.1
ipdb==0.8.1
opbeat==3.1.3
opbeat==3.2.1
8 changes: 4 additions & 4 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ quokka-flask-htmlbuilder==0.10
awesome-slugify==1.6.5
blinker==1.4
Flask==0.10.1
Flask-BabelEx==0.9.2
Flask-BabelEx==0.9.3
Flask-Cache==0.13.1
Flask-Gravatar==0.4.2
Flask-Mistune==0.1.1
Expand All @@ -16,7 +16,7 @@ flask-security==1.7.4 # rq.filter: <1.7.5
# Pillow 3.0.0 raises --enable-zlib and --enable-jpeg error on some O.S
Pillow==2.9.0 # rq.filter:<3.0.0
PyRSS2Gen==1.1
requests==2.9.0
requests==2.9.1
quokka-speaklater==1.3.1
pyshorteners==0.5.8
cached-property==1.3.0
Expand All @@ -27,10 +27,10 @@ click==6.2
mongoengine==0.10.1 # rq.filter:<0.10.2

# mongoengine is not working yet with pymongo3
pymongo==2.9.1 # rq.filter: <3
pymongo==2.9.2 # rq.filter: <3

# There is a compatibility break in Flask-Login 0.3
Flask-Login==0.2.11 # rq.filter: <0.3

# Mistune 0.7.1 broke base64; inline images
mistune==0.6
mistune==0.7.1
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# testing
coveralls
mock==1.3.0
pytest==2.8.5
pytest-cov==2.2.0
pytest==2.8.7
pytest-cov==2.2.1
pytest-flask==0.10.0
Flask-Testing==0.4.2

# style check
flake8==2.5.1
flake8==2.5.2
pep8-naming==0.3.3
flake8-debugger==1.4.0
flake8-print==2.0.1
Expand Down

0 comments on commit 3ca76b2

Please sign in to comment.