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](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)
|
||||||
|
|
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue