Skip to content

Commit

Permalink
installation: bump semantic ui alpha versions
Browse files Browse the repository at this point in the history
* Adds latest module releases with Semantic UI integration.
  • Loading branch information
lnielsen committed May 18, 2020
1 parent 32db917 commit fb48028
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'base': [
'invenio-admin>=1.2.1,<1.3.0',
'invenio-assets>=1.2.0,<1.3.0',
'invenio-formatter>=1.0.3,<1.1.0',
'invenio-formatter>=1.1.0a1,<1.2.0',
'invenio-logging>=1.3.0,<1.4.0',
'invenio-mail>=1.0.2,<1.1.0',
'invenio-rest>=1.2.1,<1.3.0',
Expand All @@ -44,15 +44,15 @@
'invenio-accounts>=1.4.0a2,<1.5.0',
'invenio-oauth2server>=1.2.0,<1.3.0',
'invenio-oauthclient>=1.2.1,<1.3.0',
'invenio-userprofiles>=1.1.1,<1.2.0',
'invenio-userprofiles>=1.2.0a1,<1.3.0',
],
'metadata': [
'invenio-indexer>=1.1.1,<1.2.0',
'invenio-jsonschemas>=1.1.0,<1.2.0',
'invenio-oaiserver>=1.2.0,<1.3.0',
'invenio-pidstore>=1.2.0,<1.3.0',
'invenio-records-rest>=1.7.1,<1.8.0',
'invenio-records-ui>=1.1.0,<1.2.0',
'invenio-records-ui>=1.2.0a1,<1.3.0',
'invenio-records>=1.3.1,<1.4.0',
'invenio-search-ui>=2.0.0a2,<2.1.0',
],
Expand Down Expand Up @@ -107,7 +107,7 @@
'invenio-cache>=1.1.0,<1.2.0',
'invenio-celery>=1.2.0,<1.3.0',
'invenio-config>=1.0.3,<1.1.0',
'invenio-i18n>=1.2.0,<1.3.0',
'invenio-i18n>=1.3.0a1,<1.4.0',
]

packages = find_packages()
Expand Down

0 comments on commit fb48028

Please sign in to comment.