Skip to content

Commit bfab2d5

Browse files
committed
Update for Streamlit 0.63
1 parent 8eab6e7 commit bfab2d5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

examples/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
streamlit
1+
streamlit>=0.63
22
streamlit-embedcode

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# this is a shim to work with S4A for now, until requirements are read from folder containing the Streamlit Python script
2+
streamlit>=0.63
3+
streamlit-embedcode

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setuptools.setup(
44
name="streamlit-embedcode",
5-
version="0.0.2",
5+
version="0.1.0",
66
author="Randy Zwitch",
77
author_email="[email protected]",
88
description="Streamlit component for embedded code snippets",
@@ -13,5 +13,5 @@
1313
include_package_data=True,
1414
classifiers=[],
1515
python_requires=">=3.6",
16-
install_requires=["streamlit >= 0.62"],
16+
install_requires=["streamlit >= 0.63"],
1717
)

0 commit comments

Comments
 (0)