We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e1739 commit 996fccaCopy full SHA for 996fcca
setup.py
@@ -2,7 +2,7 @@
2
3
setuptools.setup(
4
name="streamlit-embedcode",
5
- version="0.1.1",
+ version="0.1.2",
6
author="Randy Zwitch",
7
author_email="randy@streamlit.io",
8
description="Streamlit component for embedded code snippets",
tests/requirements.txt
@@ -1,3 +1,4 @@
1
streamlit>=0.63
pytest>=5.4
-seleniumbase
+seleniumbase
+streamlit-embedcode
0 commit comments