diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
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" |