Skip to content

Commit

Permalink
intallation: fix package version conflict
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 19, 2016
1 parent 74d9ed1 commit ecefcfe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
'pytest-pep8>=1.0.6',
'pytest>=2.8.0',
'simplejson>=3.8',
'invenio-userprofiles>=1.0.0a6',
'invenio-accounts>=1.0.0a15',
'invenio-userprofiles>=1.0.0a8',
]

extras_require = {
Expand Down Expand Up @@ -82,7 +83,7 @@
]

install_requires = [
'Flask-BabelEx>=0.9.2',
'Flask-BabelEx>=0.9.3',
'Flask-Breadcrumbs>=0.3.0',
'Flask-OAuthlib>=0.9.3',
'Flask-Security>=1.7.5',
Expand Down

0 comments on commit ecefcfe

Please sign in to comment.