From d5f1696b9c67a073d03137d491604300d2313efc Mon Sep 17 00:00:00 2001 From: Myned Date: Tue, 22 Feb 2022 13:38:02 -0600 Subject: [PATCH] Change pysaucenao to upstream --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 883f776..f759bd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ tldextract = "*" hikari = {extras = ["speedups"], version = "*"} hikari-lightbulb = {git = "https://github.com/tandemdude/hikari-lightbulb.git", rev = "development"} hikari-miru = "*" -pysaucenao = {git = "https://github.com/Myned/pysaucenao.git"} +pysaucenao = {git = "https://github.com/FujiMakoto/pysaucenao"} [tool.poetry.dev-dependencies] black = "*"