Skip to content

Commit

Permalink
fix: support for hikari v2
Browse files Browse the repository at this point in the history
  • Loading branch information
circuitsacul committed Oct 11, 2024
1 parent 5628414 commit c28c0ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.black]
line-length=79
skip-magic-trailing-comma=true
line-length = 79
skip-magic-trailing-comma = true

[tool.poetry]
name = "hikari-clusters"
Expand All @@ -15,8 +15,8 @@ documentation = "https://github.com/TrigonDev/hikari-clusters/wiki"
keywords = ["hikari", "discord", "clustering", "bot", "ipc"]

[tool.poetry.dependencies]
python = ">=3.8.0,<3.12"
hikari = "^2.0.0.dev105"
python = ">=3.9,<3.14"
hikari = "^2.0.0"
websockets = "^11.0"
pytest-cov = ">=3,<5"

Expand Down

0 comments on commit c28c0ca

Please sign in to comment.