Skip to content

Commit

Permalink
Merge pull request #126 from vgalin/develop
Browse files Browse the repository at this point in the history
Unpin websocket-client dependency to allow versions >= 1.2.3
  • Loading branch information
vgalin authored Aug 16, 2023
2 parents fac7570 + 48e6b0e commit 6aa211b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "html2image"
version = "2.0.4.2"
version = "2.0.4.3"
description = "Package acting as a wrapper around the headless mode of existing web browsers to generate images from URLs and from HTML+CSS strings or files."
authors = ["vgalin"]
license = "MIT"
Expand All @@ -26,7 +26,7 @@ include = [

[tool.poetry.dependencies]
python = "^3.6"
websocket-client = "1.2.3"
websocket-client = "1.*"
requests = "*"

[tool.poetry.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
websocket-client==1.2.3
websocket-client >= 1.2.3
requests

0 comments on commit 6aa211b

Please sign in to comment.