Make patch string algorithm suck less and add progress bars

This commit is contained in:
2022-10-23 10:39:00 -04:00
parent 8200225780
commit 697cb22e09
5 changed files with 66 additions and 45 deletions

View File

@@ -9,9 +9,9 @@ python_version = "3.10"
[packages]
bs4 = "*"
ebooklib = "*"
lxml = "*"
pydantic = "*"
requests = "*"
rich = "*"
[dev-packages]
black = "*"