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 f87c220 commit 44fd240
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@
#
# -e git+git://github.com/mitsuhiko/werkzeug.git#egg=Werkzeug
# -e git+git://github.com/mitsuhiko/jinja2.git#egg=Jinja2

-e git+git://github.com/inveniosoftware/invenio-upgrader.git#egg=invenio-upgrader
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
requirements = [
'Flask>=0.10.1',
'six>=1.7.2',
'invenio-upgrader>=0.1.0',
# FIXME 'Invenio>=2.1',
]

Expand Down

0 comments on commit 44fd240

Please sign in to comment.