mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
Update dependencies
This commit is contained in:
parent
5eac25bf1a
commit
693d780fb2
2 changed files with 4 additions and 3 deletions
|
@ -87,4 +87,5 @@ You can send links uploaded elsewhere instead.
|
|||
[hikari](https://github.com/hikari-py/hikari)\
|
||||
[hikari-lightbulb](https://github.com/tandemdude/hikari-lightbulb)\
|
||||
[hikari-miru](https://github.com/HyperGH/hikari-miru)\
|
||||
[songbird-py](https://github.com/magpie-dev/Songbird-Py)\
|
||||
[pysaucenao](https://github.com/FujiMakoto/pysaucenao)
|
||||
|
|
|
@ -6,20 +6,20 @@ authors = ["Myned <dev@myned.dev>"]
|
|||
license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "~3.10"
|
||||
python = ">=3.10,<3.12"
|
||||
toml = "*"
|
||||
uvloop = "*"
|
||||
aiohttp = "*"
|
||||
urlextract = "*"
|
||||
tldextract = "*"
|
||||
hikari = {extras = ["speedups"], version = "*"}
|
||||
hikari-lightbulb = {git = "https://github.com/tandemdude/hikari-lightbulb.git", rev = "development"}
|
||||
hikari-lightbulb = "*"
|
||||
hikari-miru = "*"
|
||||
songbird-py = "*"
|
||||
youtube-search-python = "*"
|
||||
pysaucenao = {git = "https://github.com/FujiMakoto/pysaucenao.git"}
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "*"
|
||||
|
||||
[tool.black]
|
||||
|
|
Loading…
Reference in a new issue