Skip to content

Commit

Permalink
Remove ComicTagger requirement to prevent build error. Add min CT ver…
Browse files Browse the repository at this point in the history
…sion required on talker
  • Loading branch information
mizaki committed Dec 5, 2023
1 parent 16d3aeb commit a670770
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions metron_talker/metron.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def default(self, obj: Any) -> Any:
class MetronTalker(ComicTalker):
name: str = "Metron"
id: str = "metron"
comictagger_min_ver: str = "1.6.0a7"
website: str = "https://metron.cloud"
logo_url: str = "https://static.metron.cloud/static/site/img/metron.svg"
attribution: str = f"Metadata provided by <a href='{website}'>{name}</a>"
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ keywords =
[options]
packages = find:
install_requires =
comictagger>=1.6.0a7
mokkari>=2.5.0
python_requires = >=3.9

Expand Down

0 comments on commit a670770

Please sign in to comment.