Skip to content

Commit

Permalink
global: bumped modules versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva authored and lnielsen committed Nov 26, 2018
1 parent 40a88ad commit 7ea9054
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
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 7ea9054

Please sign in to comment.