X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=setup.py;h=34ccbb11df6580a202330f4f63eec6ef459fb078;hb=refs%2Fchanges%2F09%2F7209%2F3;hp=43a34af96f10ffb9a520e8e771f6352304f5be87;hpb=09894e3c7bdd6eeaae4a84467f5ea6af1a061204;p=ric-plt%2Fxapp-frame-py.git diff --git a/setup.py b/setup.py index 43a34af..34ccbb1 100644 --- a/setup.py +++ b/setup.py @@ -32,12 +32,12 @@ def _long_descr(): setup( name="ricxappframe", - version="0.7.0", + version="3.0.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", "inotify"], classifiers=[ "Development Status :: 4 - Beta", "Intended Audience :: Telecommunications Industry",