22 lines
426 B
TOML
22 lines
426 B
TOML
[project]
|
|
name = "squirrel"
|
|
version = "0.4.1"
|
|
description = "Find your nuts"
|
|
authors = [
|
|
{name = "trisf"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"flask (>=3.1.2,<4.0.0)",
|
|
"pillow (>=11.3.0,<12.0.0)",
|
|
"dotenv (>=0.9.9,<0.10.0)"
|
|
]
|
|
|
|
[project.scripts]
|
|
"sqindex" = "squirrel.cmd:reindex"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|