diff --git a/README.md b/README.md index 54f5259..bbab389 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index b8f5dc1..441a03b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,20 +6,20 @@ authors = ["Myned "] 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]