-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8eab6e7
commit bfab2d5
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
streamlit | ||
streamlit>=0.63 | ||
streamlit-embedcode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -13,5 +13,5 @@ | |
include_package_data=True, | ||
classifiers=[], | ||
python_requires=">=3.6", | ||
install_requires=["streamlit >= 0.62"], | ||
install_requires=["streamlit >= 0.63"], | ||
) |