Skip to content

Commit

Permalink
Merge pull request #3929 from drjova/pin-invenio
Browse files Browse the repository at this point in the history
setup: pin invenio versions and elasticsearch
  • Loading branch information
drjova committed Jan 24, 2020
2 parents 673b7fe + 34afc10 commit 5dff23b
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 70 deletions.
96 changes: 50 additions & 46 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 27 additions & 24 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ click = "<7.0,==6.*,>=6.7.0"
click-spinner = "==0.*,>=0.0.0,>=0.1.8"
coverage = {version = "==4.*,>=4.0.0,>=4.5.4", optional = true}
docutils = {version = "<0.16,==0.*,>=0.15.0,>=0.15.2", optional = true}
elasticsearch = {version = "==7.1.0"}
enum34 = "==1.*,>=1.0.0,>=1.1.6"
flake8-future-import = {version = "==0.*,>=0.0.0,>=0.4.3", optional = true}
flask = "==0.*,>=0.0.0,>=0.12.4"
Expand All @@ -42,33 +43,35 @@ inspire-query-parser = "==6.*,>=6.0.0"
inspire-schemas = "==61.*,>=61.0.0"
inspire-service-orcid = "==9.*,>=9.0.0"
inspire-utils = "==3.*,>=3.0.0,>=3.0.6"
invenio-access = "==1.*,>=1.0.0"
invenio-accounts = "==1.*,>=1.0.0"
invenio-admin = "==1.*,>=1.0.0"
invenio-assets = "==1.*,>=1.0.0"
invenio-base = "==1.*,>=1.0.0"
invenio-cache = "==1.*,>=1.0.0"
invenio-celery = "==1.0"
invenio-classifier = "==1.*,>=1.0.0,>=1.3.2"
invenio-config = "==1.*,>=1.0.0"
invenio-db = {version = "==1.*,>=1.0.0", extras = ["postgresql", "versioning"]}
invenio-access = "==1.3.0"
invenio-accounts = "==1.1.1"
invenio-admin = "==1.1.2"
invenio-assets = "1.1.3"
invenio-base = "==1.2.0"
invenio-cache = "==1.0.0"
invenio-celery = "==1.0.0"
invenio-classifier = "==1.3.2"
invenio-config = "==1.0.2"
invenio-db = {version = "==1.0.4", extras = ["postgresql", "versioning"]}
invenio-files-rest = "==1.0.5"
invenio-indexer = "==1.*,>=1.0.0"
invenio-jsonschemas = "==1.*,>=1.0.0"
invenio-logging = "<1.2.0,==1.*,>=1.1.0"
invenio-mail = "==1.*,>=1.0.0"
invenio-oauth2server = "==1.*,>=1.0.0,>=1.0.4"
invenio-oauthclient = "==1.*,>=1.0.0"
invenio-records = "<1.2.0,==1.*,>=1.0.0"
invenio-records-files = ">=1.0.0a10"
invenio-records-rest = "==1.*,>=1.0.0,>=1.0.1"
invenio-records-ui = "==1.*,>=1.0.0"
invenio-rest = "==1.*,>=1.0.0"
invenio-search = {version = "==1.*,>=1.0.0", extras = ["elasticsearch7"]}
invenio-userprofiles = "==1.*,>=1.0.0"
invenio-indexer = "==1.1.1"
invenio-jsonschemas = "==1.0.1"
invenio-logging = "==1.1.1"
invenio-mail = "==1.0.2"
invenio-oauth2server = "==1.0.4"
invenio-oaiharvester = "==1.0.0a4"
invenio-oauthclient = "==1.1.3"
invenio-pidstore = "==1.1.0"
invenio-records = "==1.1.1"
invenio-records-files = "==1.2.1"
invenio-records-rest = "==1.6.4"
invenio-records-ui = "==1.0.1"
invenio-rest = "==1.1.3"
invenio-search = {version = "==1.2.3", extras = ["elasticsearch7"]}
invenio-userprofiles = "==1.0.1"
invenio-workflows = "==7.*,>=7.0.0,>=7.0.1"
invenio-workflows-files = "==1.*,>=1.0.0"
invenio-workflows-ui = ">=2.0.17"
invenio-workflows-ui = ">=2.0.19"
ipdb = {version = "==0.*,>=0.0.0,>=0.10.3", optional = true}
jinja2 = "==2.*,>=2.0.0,>=2.10"
jsonschema = "==2.*,>=2.0.0,>=2.6.0"
Expand Down

0 comments on commit 5dff23b

Please sign in to comment.