15 lines
273 B
TOML
15 lines
273 B
TOML
[project]
|
|
name = "booklooter"
|
|
version = "0.1.0"
|
|
description = "Loot books from the internet"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"requests",
|
|
"pillow>=11.0.0",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|