Skip to content

Commit

Permalink
Merge 72fb8c7 into dc73257
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Mar 22, 2020
2 parents dc73257 + 72fb8c7 commit 831ef4e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,31 @@
'isort>=4.3',
'pydocstyle>=3.0.0',
'pytest-cov>=2.7.1',
'pytest-invenio>=1.2.1,<1.3.0',
'pytest-invenio>=1.3.0,<1.4.0',
'pytest-pep8>=1.0.6',
'pytest>=4.6.4,<5.0.0',
]

db_version = '>=1.0.4,<1.1.0'
search_version = '>=1.2.3,<1.3.0'
search_version = '>=1.3.0,<1.4.0'

extras_require = {
# Bundles
'base': [
'invenio-admin>=1.1.2,<1.2.0',
'invenio-admin>=1.1.2,<1.3.0',
'invenio-assets>=1.1.3,<1.2.0',
'invenio-formatter>=1.0.2,<1.1.0',
'invenio-logging>=1.2.0,<1.3.0',
'invenio-mail>=1.0.2,<1.1.0',
'invenio-rest>=1.1.2,<1.2.0',
'invenio-rest>=1.1.2,<1.3.0',
'invenio-theme>=1.1.4,<1.2.0',
],
'auth': [
'invenio-access>=1.3.0,<1.4.0',
'invenio-accounts>=1.1.1,<1.2.0',
'invenio-oauth2server>=1.0.4,<1.1.0',
'invenio-oauthclient>=1.1.3,<1.2.0',
'invenio-userprofiles>=1.0.1,<1.1.0',
'invenio-accounts>=1.1.1,<1.3.0',
'invenio-oauth2server>=1.0.4,<1.2.0',
'invenio-oauthclient>=1.1.3,<1.3.0',
'invenio-userprofiles>=1.0.1,<1.2.0',
],
'metadata': [
'invenio-indexer>=1.1.1,<1.2.0',
Expand Down Expand Up @@ -109,9 +109,9 @@
'invenio-app>=1.2.3,<1.3.0',
'invenio-base>=1.2.0,<1.3.0',
'invenio-cache>=1.0.0,<1.1.0',
'invenio-celery>=1.1.1,<1.2.0',
'invenio-celery>=1.1.1,<1.3.0',
'invenio-config>=1.0.2,<1.1.0',
'invenio-i18n>=1.1.1,<1.2.0',
'invenio-i18n>=1.1.1,<1.3.0',
'Werkzeug>=0.15.0,<1.0.0'
]

Expand Down

0 comments on commit 831ef4e

Please sign in to comment.