diff --git a/cove_project/settings.py b/cove_project/settings.py index 2bd33cd8..0d3c70da 100644 --- a/cove_project/settings.py +++ b/cove_project/settings.py @@ -135,25 +135,20 @@ # OCDS Config COVE_CONFIG = { + # lib-cove-web options "app_name": "cove_ocds", "app_base_template": "cove_ocds/base.html", "app_verbose_name": "Open Contracting Data Review Tool", "app_strapline": "Review your OCDS data.", + "input_methods": ["upload", "url", "text"], + "input_template": "cove_ocds/input.html", + "support_email": "data@open-contracting.org", + # SchemaOCDS options (add {lang} to the path) "schema_version_choices": { # version: (display, url, tag), "1.0": ("1.0", "https://standard.open-contracting.org/1.0/{lang}/", "1__0__3"), "1.1": ("1.1", "https://standard.open-contracting.org/1.1/{lang}/", "1__1__5"), }, - "schema_codelists": { - # version: codelist_dir, - "1.1": "https://raw.githubusercontent.com/open-contracting/standard/1.1/schema/codelists/", - }, - "root_list_path": "releases", - "root_id": "ocid", - "convert_titles": False, - "input_methods": ["upload", "url", "text"], - "input_template": "cove_ocds/input.html", - "support_email": "data@open-contracting.org", } # Set default schema version to the latest version diff --git a/requirements.txt b/requirements.txt index 189f899e..de165927 100644 --- a/requirements.txt +++ b/requirements.txt @@ -75,7 +75,7 @@ libcove==0.32.0 # -r requirements.in # libcoveocds # libcoveweb -libcoveocds[perf,web]==0.13.0 +libcoveocds[perf,web]==0.14.0 # via -r requirements.in libcoveweb==0.30.2 # via -r requirements.in diff --git a/requirements_dev.txt b/requirements_dev.txt index 503c5294..e64b90a7 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -143,10 +143,8 @@ libcove==0.32.0 # -r requirements.txt # libcoveocds # libcoveweb -libcoveocds[perf,web]==0.13.0 - # via - # -r requirements.txt - # libcoveocds +libcoveocds[perf,web]==0.14.0 + # via -r requirements.txt libcoveweb==0.30.2 # via -r requirements.txt libsass==0.20.1