Handler and Manager and dependency
[ric-app/hw-python.git] / setup.py
index e875c4a..a11f1d0 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ setup(
     author='Rahul Banerji',
     author_email='r.banerji@samsung.com',
     python_requires='>=3.8',
-    install_requires=["ricxappframe>=1.1.1,<2.1.0"],
+    install_requires=["ricxappframe>=1.1.1,<3.1.0"],
     entry_points={"console_scripts": ["run-hw-python.py=src.main:launchXapp"]},  # adds a magical entrypoint for Docker
     data_files=[("", ["LICENSE.txt"])],
 )