Skip to content

Commit 996fcca

Browse files
author
Randy Zwitch
authored
Patch release to remove requirements duplication (#11)
* Patch release to remove requirements duplication * Update requirements.txt
1 parent 91e1739 commit 996fcca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setuptools.setup(
44
name="streamlit-embedcode",
5-
version="0.1.1",
5+
version="0.1.2",
66
author="Randy Zwitch",
77
author_email="[email protected]",
88
description="Streamlit component for embedded code snippets",

tests/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
streamlit>=0.63
22
pytest>=5.4
3-
seleniumbase
3+
seleniumbase
4+
streamlit-embedcode

0 commit comments

Comments
 (0)