Skip to content

Commit

Permalink
installation: fix invenio_upgrader dependency
Browse files Browse the repository at this point in the history
* FIX Adds missing `invenio_upgrader` dependency following its
  separation into standalone package.

Signed-off-by: Tibor Simko <[email protected]>
  • Loading branch information
tiborsimko committed Aug 24, 2015
1 parent 7e89e9c commit abebce6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@
-e git+git://github.com/inveniosoftware/invenio-formatter.git#egg=invenio-formatter
-e git+git://github.com/inveniosoftware/invenio-pidstore.git#egg=invenio-pidstore
-e git+git://github.com/inveniosoftware/invenio-search.git#egg=invenio-search
-e git+git://github.com/inveniosoftware/invenio-upgrader.git#egg=invenio-upgrader
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@
'Flask>=0.10.1',
'six>=1.7.2',
'jsonpatch>=1.11',
# FIXME 'Invenio>2.1',
'jsonschema>=2.5.1',
'dojson>=0.1.1',
# FIXME 'Invenio>2.1',
'invenio-collections>=0.1.0',
'invenio-search>=0.1.0',
'invenio-formatter>=0.2.0',
'invenio-pidstore>=0.1.0', # TODO consider making it optional
'invenio-search>=0.1.0',
'invenio-upgrader>=0.1.0',
]

test_requirements = [
Expand Down

0 comments on commit abebce6

Please sign in to comment.