Skip to content
Snippets Groups Projects
Commit 66983945 authored by Saket Agrahari's avatar Saket Agrahari
Browse files

tox and package json

parent 8f003b3f
No related branches found
No related tags found
1 merge request!130Reporting oct24
......@@ -6843,10 +6843,11 @@
}
},
"node_modules/mini-css-extract-plugin": {
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz",
"integrity": "sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==",
"version": "2.9.1",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.1.tgz",
"integrity": "sha512-+Vyi+GCCOHnrJ2VPS+6aPoXN2k2jgUzDRhTFLjjTBn23qyXJXkjUWQgTL+mXpF5/A8ixLdCc6kWsoeOjKGejKQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"schema-utils": "^4.0.0",
"tapable": "^2.2.1"
......@@ -14768,9 +14769,9 @@
"dev": true
},
"mini-css-extract-plugin": {
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz",
"integrity": "sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==",
"version": "2.9.1",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.1.tgz",
"integrity": "sha512-+Vyi+GCCOHnrJ2VPS+6aPoXN2k2jgUzDRhTFLjjTBn23qyXJXkjUWQgTL+mXpF5/A8ixLdCc6kWsoeOjKGejKQ==",
"dev": true,
"requires": {
"schema-utils": "^4.0.0",
......
......@@ -47,10 +47,10 @@
"react-bootstrap": "~2.10.4",
"react-chartjs-2": "~5.2.0",
"react-dom": "~18.3.1",
"react-hot-toast": "~2.4.1",
"react-icons": "~5.2.1",
"react-router-dom": "~6.24.1",
"survey-react-ui": "~1.11.5",
"react-hot-toast": "~2.4.1",
"xlsx": "~0.18.5"
},
"description": "## development environment",
......
......@@ -102,7 +102,7 @@ SERVICE_MANAGEMENT = {
'service_management_framework': {'type': 'string'},
'service_level_targets': {'type': 'string'},
},
'required': ['nren', 'nren_country', 'year', 'service_management_framework','service_level_targets'],
'required': ['nren', 'nren_country', 'year', 'service_management_framework', 'service_level_targets'],
'additionalProperties': False
}
},
......@@ -112,8 +112,6 @@ SERVICE_MANAGEMENT = {
}
def standards_extract_data(standards: Standards) -> dict:
return {
'nren': standards.nren.name,
......@@ -307,4 +305,3 @@ def service_management_view() -> Any:
entries = [service_management_extract_data(entry) for entry in common.get_data(ServiceManagement)]
return jsonify(entries)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment