X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=setup.py;h=f3d0576b44028a0a7b533a73a58e476fd063d52e;hb=c4591e61182c2f9b4395df2115769ef6c1dfce91;hp=2f598d6e21425ae50f9028cd5d0e44da31fb6830;hpb=884192bf7ab8d637e8007760fbe50dbcdccd4671;p=ric-plt%2Fxapp-frame-py.git diff --git a/setup.py b/setup.py index 2f598d6..f3d0576 100644 --- a/setup.py +++ b/setup.py @@ -32,12 +32,12 @@ def _long_descr(): setup( name="ricxappframe", - version="1.2.0", + version="3.0.1", 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",