Skip to content

Commit

Permalink
installation: version bump of requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
  • Loading branch information
jirikuncar committed Oct 6, 2015
1 parent 0e38e8a commit be4c6c7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@
requirements = [
'Flask>=0.10.1',
'invenio-access>=0.2.0',
'invenio-accounts>=0.1.2',
'invenio-base>=0.3.0',
'invenio-ext>=0.3.0',
'invenio-accounts>=0.2.0',
'invenio-base>=0.3.1',
'invenio-ext>=0.3.1',
'invenio-formatter>=0.2.2.post1',
'invenio-knowledge>=0.1.0',
'invenio-query-parser>=0.3.0',
'invenio-upgrader>=0.1.2',
'invenio-utils>=0.1.1',
'invenio-upgrader>=0.2.0',
'invenio-utils>=0.2.0',
'six>=1.7.2',
]

test_requirements = [
'Flask_Testing>=0.4.1',
'coverage>=4.0.0',
'invenio-collections>=0.1.2',
'invenio-collections>=0.2.0',
'invenio-testing>=0.1.1',
'pytest-cov>=2.1.0',
'pytest-pep8>=1.0.6',
Expand Down

0 comments on commit be4c6c7

Please sign in to comment.