Skip to content

Commit

Permalink
Revert "updated pyproject.toml with websockets latest dependencies"
Browse files Browse the repository at this point in the history
This reverts commit 4d710da.
  • Loading branch information
sacOO7 committed Mar 27, 2024
1 parent 4d710da commit 645be3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 86 deletions.
83 changes: 1 addition & 82 deletions poetry.lock

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

5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ httpx = [
{ version = ">= 0.25.0, < 1.0", python = "^3.8" },
]
h2 = "^4.1.0" # required for httx package, HTTP2 communication
websockets = [
{ version = ">= 10.0, < 12.0", python = "~3.7" },
{ version = ">= 12.0, < 13.0", python = "^3.8" },
]
websockets = ">= 10.0, < 13.0"
pyee = [
{ version = "^9.0.4", python = "~3.7" },
{ version = ">= 11.1.0, < 12.0", python = "^3.8" }
Expand Down

0 comments on commit 645be3a

Please sign in to comment.