Loading services/TS29222_CAPIF_API_Invoker_Management_API/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ To run the server, please execute the following from the root directory: ``` pip3 install -r requirements.txt python3 -m openapi_server python3 -m api_invoker_management ``` and open your browser to here: Loading services/TS29222_CAPIF_API_Invoker_Management_API/requirements.txt +2 −1 Original line number Diff line number Diff line Loading @@ -21,3 +21,4 @@ opentelemetry-sdk == 1.19.0 flask_executor == 1.0.0 Werkzeug == 2.2.3 gunicorn == 22.0.0 packaging == 24.0 No newline at end of file services/TS29222_CAPIF_API_Invoker_Management_API/setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ setup( package_data={'': ['openapi/openapi.yaml']}, include_package_data=True, entry_points={ 'console_scripts': ['openapi_server=openapi_server.__main__:main']}, 'console_scripts': ['api_invoker_management=api_invoker_management.__main__:main']}, long_description="""\ API for API invoker management. © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. """ Loading Loading
services/TS29222_CAPIF_API_Invoker_Management_API/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ To run the server, please execute the following from the root directory: ``` pip3 install -r requirements.txt python3 -m openapi_server python3 -m api_invoker_management ``` and open your browser to here: Loading
services/TS29222_CAPIF_API_Invoker_Management_API/requirements.txt +2 −1 Original line number Diff line number Diff line Loading @@ -21,3 +21,4 @@ opentelemetry-sdk == 1.19.0 flask_executor == 1.0.0 Werkzeug == 2.2.3 gunicorn == 22.0.0 packaging == 24.0 No newline at end of file
services/TS29222_CAPIF_API_Invoker_Management_API/setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ setup( package_data={'': ['openapi/openapi.yaml']}, include_package_data=True, entry_points={ 'console_scripts': ['openapi_server=openapi_server.__main__:main']}, 'console_scripts': ['api_invoker_management=api_invoker_management.__main__:main']}, long_description="""\ API for API invoker management. © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. """ Loading