Skip to content

Commit

Permalink
global: bumped modules versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Nov 26, 2018
1 parent bb9169f commit f70b1ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
]

install_requires = [
'invenio-accounts>=1.0.0b9',
'invenio-db>=1.0.0b3,<1.1.0',
'invenio-rest>=1.0.0a10',
'invenio-access>=1.0.0a11',
'invenio-oauth2server>=1.0.0a12'
'invenio-accounts>=1.0.0',
'invenio-db>=1.0.0,<1.1.0',
'invenio-rest>=1.0.0',
'invenio-access>=1.0.0',
'invenio-oauth2server>=1.0.0',
]

packages = find_packages()
Expand Down

0 comments on commit f70b1ae

Please sign in to comment.