Commit 85cdf6df authored by Pelayo Torres's avatar Pelayo Torres
Browse files

REL18 api-invoker-management fixes

parent 5a014585
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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:
+2 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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. 
    """