Skip to content

Commit

Permalink
build: Upgrade libcoveocds
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Feb 27, 2024
1 parent 2296208 commit 0e90b49
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
15 changes: 5 additions & 10 deletions cove_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]",
# 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": "[email protected]",
}

# Set default schema version to the latest version
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e90b49

Please sign in to comment.