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 ff5def6
Showing 1 changed file with 1 addition and 1 deletion.
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 ff5def6

Please sign in to comment.