You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that poetry add [email protected] will also add dependencies on setuptools and altair. Here's a snippet from my poetry.lock file after installation:
altair and setuptools don't appear to be required unless you're building and publishing the project. I'd expect the only dependency to be on streamlit.
The text was updated successfully, but these errors were encountered:
Nice plugin, thanks for creating it!
I noticed that
poetry add [email protected]
will also add dependencies onsetuptools
andaltair
. Here's a snippet from mypoetry.lock
file after installation:altair
andsetuptools
don't appear to be required unless you're building and publishing the project. I'd expect the only dependency to be onstreamlit
.The text was updated successfully, but these errors were encountered: