X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=setup.py;h=82899fca02e582e6c5a51f51db637d17a7b3844b;hb=73b11c8f6fc42327bcfba1e256f9cc3d4d044949;hp=56f9e7e672102c0fe3c08b9807457ce49467095c;hpb=3423ff5371c7232d6a9911c13e6eae66a5982619;p=ric-plt%2Fxapp-frame-py.git diff --git a/setup.py b/setup.py index 56f9e7e..82899fc 100644 --- a/setup.py +++ b/setup.py @@ -32,12 +32,12 @@ def _long_descr(): setup( name="ricxappframe", - version="0.6.0", + version="2.2.0", packages=find_packages(exclude=["tests.*", "tests"]), - author="Tommy Carpenter", - description="Xapp framework for python", + author="O-RAN Software Community", + description="Xapp and RMR framework for Python", url="https://gerrit.o-ran-sc.org/r/admin/repos/ric-plt/xapp-frame-py", - install_requires=["msgpack", "rmr>=4.0.0, <5.0.0", "mdclogpy", "ricsdl>=2.0.3,<3.0.0"], + install_requires=["inotify_simple", "msgpack", "mdclogpy", "ricsdl>=3.0.0,<4.0.0", "requests", "protobuf"], classifiers=[ "Development Status :: 4 - Beta", "Intended Audience :: Telecommunications Industry",