X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=setup.py;fp=setup.py;h=b46715e613cf3044f3841f178e571faefe309e38;hb=bac18952225035e44ae7672b81dacc2793944a16;hp=6a0a8622f03d9f9e1d1b1daaba7327cba9e537a6;hpb=6b6b79b0ac66347c3e6b70fd82796390d0ddddf1;p=ric-plt%2Fxapp-frame-py.git diff --git a/setup.py b/setup.py index 6a0a862..b46715e 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( 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>=2.1.0,<3.0.0", "requests"], classifiers=[ "Development Status :: 4 - Beta", "Intended Audience :: Telecommunications Industry",