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-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)

View file

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