Support FreshRSS login with challenge hashing, add GitHub token usage, and update service metadata for Immich and PeerTube.
18 lines
363 B
TOML
18 lines
363 B
TOML
[build-system]
|
|
requires = ["setuptools>=68", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "check-for-updates"
|
|
version = "0.1.0"
|
|
description = "Check running service versions against upstream releases"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"PyYAML>=6.0",
|
|
"bcrypt>=4.0",
|
|
]
|
|
|
|
[project.optional-dependencies]
|
|
dev = [
|
|
"pytest>=8.0",
|
|
]
|