1
0
Fork 0
mirror of https://github.com/myned/watcher.git synced 2024-11-01 12:22:38 +00:00

Update dependencies

This commit is contained in:
Myned 2023-03-06 21:09:43 -06:00
parent 508f96c3da
commit 669a1a9219
No known key found for this signature in database
GPG key ID: 28056631D2CF6B1B

View file

@ -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]