Skip to content

Commit

Permalink
Update for Streamlit 0.63
Browse files Browse the repository at this point in the history
  • Loading branch information
randyzwitch committed Jul 14, 2020
1 parent 8eab6e7 commit bfab2d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
streamlit
streamlit>=0.63
streamlit-embedcode
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# this is a shim to work with S4A for now, until requirements are read from folder containing the Streamlit Python script
streamlit>=0.63
streamlit-embedcode
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="streamlit-embedcode",
version="0.0.2",
version="0.1.0",
author="Randy Zwitch",
author_email="[email protected]",
description="Streamlit component for embedded code snippets",
Expand All @@ -13,5 +13,5 @@
include_package_data=True,
classifiers=[],
python_requires=">=3.6",
install_requires=["streamlit >= 0.62"],
install_requires=["streamlit >= 0.63"],
)

0 comments on commit bfab2d5

Please sign in to comment.