Skip to content

Commit

Permalink
reverted pyee library as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Mar 27, 2024
1 parent 645be3a commit d088635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

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

# Optional dependencies
Expand Down

0 comments on commit d088635

Please sign in to comment.