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"
|
license = "MIT"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "~3.10"
|
python = ">=3.10,<3.12"
|
||||||
toml = "*"
|
toml = "*"
|
||||||
uvloop = "*"
|
uvloop = "*"
|
||||||
sqlitedict = "*"
|
sqlitedict = "*"
|
||||||
|
@ -14,7 +14,7 @@ hikari = {extras = ["speedups"], version = "*"}
|
||||||
hikari-lightbulb = "*"
|
hikari-lightbulb = "*"
|
||||||
hikari-miru = "*"
|
hikari-miru = "*"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
black = "*"
|
black = "*"
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
|
|
Loading…
Reference in a new issue