Skip to content

Commit

Permalink
chg: bumped dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Nov 30, 2021
1 parent 9c98100 commit 0a17b29
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 63 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## Release History


### 0.10.1 (2021-11-30)

* Stegano now uses OpenCV Python 4.5.4 abd Numpy 1.21.4.


### 0.10.0 (2021-11-29)

* new: Implemented Shi-Tomashi corner generator
Expand All @@ -10,12 +15,12 @@

### 0.9.9 (2021-07-02)

* stegano now uses Pillow 8.3.0.
* Stegano now uses Pillow 8.3.0.


### 0.9.8 (2019-12-20)

* stegano is now using poetry;
* Stegano is now using poetry;
* minor improvements to the command line.


Expand Down
124 changes: 66 additions & 58 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "stegano"
version = "0.10.0"
version = "0.10.1"
description = "A pure Python Steganography module."
authors = [
"Cédric Bonhomme <[email protected]>"
Expand Down Expand Up @@ -44,11 +44,11 @@ stegano-steganalysis-parity = "bin.parity:main"
stegano-steganalysis-statistics = "bin.statistics:main"

[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.8,<3.11"
pillow = "^8.2.0"
piexif = "^1.1.3"
crayons = "^0.4.0"
opencv-python = "^4.5.0"
opencv-python = "^4.5.4"

[tool.poetry.dev-dependencies]
mypy = "^0.910"
Expand Down

0 comments on commit 0a17b29

Please sign in to comment.