-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Output image is now cropped relative to original size even if origina…
…l image was too big for display
- Loading branch information
1 parent
762d8f9
commit 6e9760d
Showing
4 changed files
with
29 additions
and
23 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
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
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ def readme() -> str: | |
|
||
setuptools.setup( | ||
name="streamlit-cropper", | ||
version="0.1.3", | ||
version="0.2.0", | ||
author="Turner Anderson", | ||
author_email="[email protected]", | ||
description="A simple image cropper for Streamlit", | ||
|
@@ -25,8 +25,8 @@ def readme() -> str: | |
classifiers=[], | ||
python_requires=">=3.6", | ||
install_requires=[ | ||
"streamlit >= 0.63", | ||
"Pillow >= 7.1.2", | ||
"numpy >= 1.18.4" | ||
"streamlit >= 1.3.1", | ||
"Pillow >= 8.4.0", | ||
"numpy >= 1.21.5" | ||
], | ||
) |
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