feat: cli using click
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user