From 55f2e8cbc91f970bf65c7e1b810cf2cf64d9df69 Mon Sep 17 00:00:00 2001 From: Maneesh-Relanto Date: Tue, 3 Feb 2026 02:17:25 +0530 Subject: [PATCH] fix: Remove relative path from Streamlit requirements.txt The app.py already adds src/ to Python path, so package installation is not needed --- test-apps/01-streamlit-ui/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-apps/01-streamlit-ui/requirements.txt b/test-apps/01-streamlit-ui/requirements.txt index fbf2dfd..77e2882 100644 --- a/test-apps/01-streamlit-ui/requirements.txt +++ b/test-apps/01-streamlit-ui/requirements.txt @@ -1,2 +1 @@ streamlit>=1.28.0 -../.. # Install the RBAC library from the repository root