chore: move to uv project structure

This commit is contained in:
eneller
2025-01-16 09:38:56 +01:00
parent d89341364a
commit 8742883edd
9 changed files with 142 additions and 6 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "epub2go"
version = "1.0"
description = "EPUB converter using wget, pandoc and python glue"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"beautifulsoup4==4.12.3",
"requests==2.32.3",
"urllib3==2.2.2",
]