Files
booklooter/pyproject.toml
2024-11-05 21:25:00 +07:00

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"