-
-
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.
Patch release to remove requirements duplication (#11)
* Patch release to remove requirements duplication * Update requirements.txt
- Loading branch information
Randy Zwitch
authored
May 17, 2021
1 parent
91e1739
commit 996fcca
Showing
2 changed files
with
3 additions
and
2 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 |
---|---|---|
|
@@ -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", | ||
|
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,3 +1,4 @@ | ||
streamlit>=0.63 | ||
pytest>=5.4 | ||
seleniumbase | ||
seleniumbase | ||
streamlit-embedcode |