mirror of
https://github.com/myned/watcher.git
synced 2024-11-01 12:22:38 +00:00
Update dependencies
This commit is contained in:
parent
508f96c3da
commit
669a1a9219
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ authors = ["Myned <dev@myned.dev>"]
|
|||
license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "~3.10"
|
||||
python = ">=3.10,<3.12"
|
||||
toml = "*"
|
||||
uvloop = "*"
|
||||
sqlitedict = "*"
|
||||
|
@ -14,7 +14,7 @@ hikari = {extras = ["speedups"], version = "*"}
|
|||
hikari-lightbulb = "*"
|
||||
hikari-miru = "*"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "*"
|
||||
|
||||
[tool.black]
|
||||
|
|
Loading…
Reference in a new issue