chore: move to uv project structure
This commit is contained in:
11
pyproject.toml
Normal file
11
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user