X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=setup.py;h=cf3cebf45428a7c3257fbab740f63e4779a8578b;hb=9eddcfa0683bedadd472ef382535f4359b281f08;hp=e764a2ed5ef9e124c5fe92fa808184192eec6ec2;hpb=e2e3e435babf3aeb8c1bae14ad2a055d02bee38a;p=ric-plt%2Fxapp-frame-py.git diff --git a/setup.py b/setup.py index e764a2e..cf3cebf 100644 --- a/setup.py +++ b/setup.py @@ -32,12 +32,12 @@ def _long_descr(): setup( name="ricxappframe", - version="1.0.2", + version="2.3.0", packages=find_packages(exclude=["tests.*", "tests"]), - author="Tommy Carpenter, E. Scott Daniels", - description="Xapp and RMR 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", "mdclogpy", "ricsdl>=2.0.3,<3.0.0"], + install_requires=["inotify_simple", "msgpack", "mdclogpy", "ricsdl>=3.0.0,<4.0.0", "requests", "protobuf", "inotify"], classifiers=[ "Development Status :: 4 - Beta", "Intended Audience :: Telecommunications Industry",