X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=setup.py;h=3d890c193e8c1479f2920446456d97a89e90b3dc;hb=refs%2Fchanges%2F84%2F12284%2F1;hp=6a0a8622f03d9f9e1d1b1daaba7327cba9e537a6;hpb=da91199662c2d6d871f21d6d597df39545d26be1;p=ric-plt%2Fxapp-frame-py.git diff --git a/setup.py b/setup.py index 6a0a862..3d890c1 100644 --- a/setup.py +++ b/setup.py @@ -32,12 +32,12 @@ def _long_descr(): setup( name="ricxappframe", - version="1.6.0", + version="3.2.3", packages=find_packages(exclude=["tests.*", "tests"]), 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=["inotify_simple", "msgpack", "mdclogpy", "ricsdl>=2.1.0,<3.0.0"], + install_requires=["inotify_simple", "msgpack", "mdclogpy", "ricsdl>=3.0.0,<4.0.0", "requests", "protobuf<3.21.0", "inotify"], classifiers=[ "Development Status :: 4 - Beta", "Intended Audience :: Telecommunications Industry",