Skip to content

Commit

Permalink
Patch release to remove requirements duplication (#11)
Browse files Browse the repository at this point in the history
* Patch release to remove requirements duplication

* Update requirements.txt
  • Loading branch information
Randy Zwitch authored May 17, 2021
1 parent 91e1739 commit 996fcca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.1.1",
version="0.1.2",
author="Randy Zwitch",
author_email="[email protected]",
description="Streamlit component for embedded code snippets",
Expand Down
3 changes: 2 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
streamlit>=0.63
pytest>=5.4
seleniumbase
seleniumbase
streamlit-embedcode

0 comments on commit 996fcca

Please sign in to comment.