feat: cli using click

This commit is contained in:
eneller
2025-03-15 17:25:51 +01:00
parent 7dfab60f18
commit 4903a58619
3 changed files with 35 additions and 10 deletions

View File

@@ -1,11 +1,12 @@
[project]
name = "epub2go"
version = "1.2"
version = "1.3"
description = "EPUB converter using wget, pandoc and python glue"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"beautifulsoup4==4.12.3",
"click>=8.1.8",
"pyfzf>=0.3.1", # hasnt been updated for some time
"requests==2.32.3",
"tqdm>=4.67.1",