X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=setup.py;h=d20a50f8c264c029dc4e6bfb76dabf39af3e2b82;hb=aa4ffa78f3e6a9430cc9ae9933165e58105c9d65;hp=2263cc40b9b26d2b4293b7de298b0ec49d560d59;hpb=0a3f67614eed2f39b3caaadfeaf6375ecf11172d;p=ric-plt%2Fa1.git diff --git a/setup.py b/setup.py index 2263cc4..d20a50f 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,6 @@ setup( url="https://gerrit.o-ran-sc.org/r/admin/repos/ric-plt/a1", entry_points={"console_scripts": ["run.py=a1.run:main"]}, # we require jsonschema, should be in that list, but connexion already requires a specific version of it - install_requires=["requests", "Flask", "connexion[swagger-ui]", "gevent", "msgpack", "rmr>=1.0.0"], + install_requires=["requests", "Flask", "connexion[swagger-ui]", "gevent", "msgpack", "rmr>=1.0.0", "mdclogpy"], package_data={"a1": ["openapi.yaml"]}, )