Skip to content

Commit

Permalink
global: pin versions
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Trzcinska <anna.trzcinska@cern.ch>
  • Loading branch information
annatrz committed Aug 16, 2019
1 parent 1d085d0 commit 16114a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion cap/modules/deposit/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
from cap.modules.deposit.utils import download_from_git, name_git_record
from cap.modules.experiments.permissions import exp_need_factory
from cap.modules.records.api import CAPRecord
from cap.modules.repoimporter.repo_importer import RepoImporter
from cap.modules.repoimporter.utils import parse_url
from cap.modules.schemas.models import Schema
from cap.modules.schemas.resolvers import (resolve_schema_by_url,
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ html5lib==1.0.1 # via bleach, ftfy
idna==2.6 # via cryptography, requests, urllib3
infinity==1.4 # via intervals
intervals==0.8.1 # via wtforms-components
invenio==3.0.0
invenio-access==1.0.1 # via invenio, invenio-accounts-rest
invenio-accounts-rest==1.0.0a4
invenio-accounts==1.0.1 # via invenio, invenio-access, invenio-accounts-rest, invenio-oauth2server, invenio-oauthclient, invenio-userprofiles
Expand All @@ -81,7 +82,7 @@ invenio-formatter==1.0.1 # via invenio
invenio-i18n==1.0.0 # via invenio, invenio-accounts, invenio-theme
invenio-indexer==1.0.0 # via invenio, invenio-records-rest
invenio-jsonschemas==1.0.0 # via invenio
invenio-logging[sentry]==1.0.0b1 # via invenio
invenio-logging[sentry]==1.0.0 # via invenio
invenio-mail==1.0.1 # via invenio, invenio-oauthclient
invenio-oaiserver==1.0.0 # via invenio
invenio-oauth2server==1.0.1 # via invenio, invenio-accounts-rest
Expand All @@ -96,6 +97,7 @@ invenio-search-ui==1.0.1 # via invenio
invenio-search[elasticsearch5]==1.0.0 # via invenio
invenio-theme==1.0.0 # via invenio
invenio-userprofiles==1.0.1
invenio-files-rest==1.0.0
invenio[auth,base,elasticsearch5,metadata,postgresql]==3.0.0
ipaddr==2.2.0 # via invenio-accounts
ipaddress==1.0.22 # via cryptography, maxminddb, uritools, urllib3
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,19 @@
# temporary pinned since there are 'fs' conslicts between
# 'reana-commons' and 'invenio-files-rest'
'fs==0.5.4',
'invenio==3.0.0',
'invenio-accounts-rest>=1.0.0a4',
'invenio-oauthclient>=1.0.0',
'invenio-userprofiles>=1.0.0',
'invenio-query-parser>=0.3.0',
'invenio[{db},{es},base,auth,metadata]~={version}'.format(
db=DATABASE, es=ELASTICSEARCH, version=INVENIO_VERSION),
'invenio-files-rest>=1.0.0b1',
'invenio-files-rest==1.0.0',
'invenio-records-files==1.0.0a11',

# "raven" versions needed till we FIX dependecies on installation
'raven[flask]>=5.0.0,<5.5',
'invenio-logging[sentry]>=1.0.0b1',

'invenio-logging[sentry]==1.0.0',
'uWSGI==2.0.17',
'uwsgi-tools==1.1.1',
'uwsgitop==0.10',
Expand Down

0 comments on commit 16114a9

Please sign in to comment.