summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorWolfgang Müller2025-01-16 17:38:48 +0100
committerWolfgang Müller2025-01-16 18:32:02 +0100
commit22fd0e2b1b117e78529c9f562cab79da4c02797e (patch)
treedf4877f2fef970a9e64cc4de200d96df204062b8 /pyproject.toml
parentc1163b70ad18a09667665d6aa173e503e6250a38 (diff)
downloadhircine-22fd0e2b1b117e78529c9f562cab79da4c02797e.tar.gz
backend/plugins: Add scraper for info.yaml from schale.network
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 20861dc..f83359b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,6 +13,7 @@ hircine = 'hircine.cli:main'
gallery_dl = "hircine.plugins.scrapers.gallery_dl:GalleryDLScraper"
ehentai_api = "hircine.plugins.scrapers.ehentai_api:EHentaiAPIScraper"
anchira_yaml = "hircine.plugins.scrapers.anchira:AnchiraYamlScraper"
+schale_network_yaml = "hircine.plugins.scrapers.schale_network:SchaleNetworkScraper"
[tool.poetry.dependencies]
python = "^3.12"