Skip to content

Commit

Permalink
fix: Disable streamlit
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr0p42 committed Mar 18, 2024
1 parent d90e399 commit 4f5b91c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions naas_drivers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,11 @@ def zapier():
return Zapier()


@load_driver(extra_requires="streamlit")
def streamlit():
from naas_drivers.tools.streamlit import Streamlit
# @load_driver(extra_requires="streamlit")
# def streamlit():
# from naas_drivers.tools.streamlit import Streamlit

return Streamlit()
# return Streamlit()


@load_driver
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@
"slack": [
"slackclient==2.9.3",
],
"streamlit": [
"pyngrok==5.0.5",
"streamlit>=1.8.1",
],
# "streamlit": [
# "pyngrok==5.0.5",
# "streamlit>=1.8.1",
# ],
"teams": [
"pymsteams==0.1.14",
],
Expand Down

0 comments on commit 4f5b91c

Please sign in to comment.