X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=setup.py;h=d20eda606f5c58bbb4abbcbb0a4030036941ac66;hb=e1efe3b0d8fe2c0e0c17fab73341a0fb15281a76;hp=68bde4b6a16250b9c7b3731a0511624185f5afb3;hpb=f55e4d8bf25ae7bf4424f374c8dc5753e8fb3fe5;p=ric-plt%2Fxapp-frame-py.git diff --git a/setup.py b/setup.py index 68bde4b..d20eda6 100644 --- a/setup.py +++ b/setup.py @@ -32,12 +32,12 @@ def _long_descr(): setup( name="ricxappframe", - version="1.0.1", + version="1.4.0", packages=find_packages(exclude=["tests.*", "tests"]), - author="Tommy Carpenter, E. Scott Daniels", + 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>=2.0.3,<3.0.0"], classifiers=[ "Development Status :: 4 - Beta", "Intended Audience :: Telecommunications Industry",