1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 13:02:38 +00:00

Update dependencies

This commit is contained in:
Myned 2023-03-06 20:36:21 -06:00
parent 5eac25bf1a
commit 693d780fb2
No known key found for this signature in database
GPG key ID: 28056631D2CF6B1B
2 changed files with 4 additions and 3 deletions

View file

@ -87,4 +87,5 @@ You can send links uploaded elsewhere instead.
[hikari](https://github.com/hikari-py/hikari)\ [hikari](https://github.com/hikari-py/hikari)\
[hikari-lightbulb](https://github.com/tandemdude/hikari-lightbulb)\ [hikari-lightbulb](https://github.com/tandemdude/hikari-lightbulb)\
[hikari-miru](https://github.com/HyperGH/hikari-miru)\ [hikari-miru](https://github.com/HyperGH/hikari-miru)\
[songbird-py](https://github.com/magpie-dev/Songbird-Py)\
[pysaucenao](https://github.com/FujiMakoto/pysaucenao) [pysaucenao](https://github.com/FujiMakoto/pysaucenao)

View file

@ -6,20 +6,20 @@ 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 = "*"
aiohttp = "*" aiohttp = "*"
urlextract = "*" urlextract = "*"
tldextract = "*" tldextract = "*"
hikari = {extras = ["speedups"], version = "*"} hikari = {extras = ["speedups"], version = "*"}
hikari-lightbulb = {git = "https://github.com/tandemdude/hikari-lightbulb.git", rev = "development"} hikari-lightbulb = "*"
hikari-miru = "*" hikari-miru = "*"
songbird-py = "*" songbird-py = "*"
youtube-search-python = "*" youtube-search-python = "*"
pysaucenao = {git = "https://github.com/FujiMakoto/pysaucenao.git"} pysaucenao = {git = "https://github.com/FujiMakoto/pysaucenao.git"}
[tool.poetry.dev-dependencies] [tool.poetry.group.dev.dependencies]
black = "*" black = "*"
[tool.black] [tool.black]