(feat) proxy-ui a separate dep

This commit is contained in:
ishaan-jaff 2024-01-01 09:23:34 +05:30
parent d0d08b4dce
commit 6c33fcbf6b
2 changed files with 18 additions and 13 deletions

View file

@ -34,6 +34,9 @@ proxy = [
"pyyaml",
"rq",
"orjson",
]
proxy-ui = [
"streamlit"
]