Skip to content

Commit bf4d1ec

Browse files
authored
Merge pull request #9 from blackary/minimal-js
Replace streamlit js with minimal version
2 parents 7071cee + ce368df commit bf4d1ec

File tree

3 files changed

+33
-83
lines changed

3 files changed

+33
-83
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
streamlit>=1.2.0
2-
streamlit-keyup>=0.1.5
2+
streamlit-keyup>=0.1.9
33
jinja2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="streamlit-keyup",
10-
version="0.1.8",
10+
version="0.1.9",
1111
author="Zachary Blackwood",
1212
author_email="[email protected]",
1313
description="Text input that renders on keyup",

src/st_keyup/frontend/streamlit-component-lib.js

Lines changed: 31 additions & 81 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)