Download the latest asset from Github

This commit is contained in:
Stanislas Jouffroy 2025-03-03 22:58:12 +01:00
parent c32449e465
commit b56d8e72ca
11 changed files with 283 additions and 2 deletions

View file

@ -1,7 +1,23 @@
[project]
name = "majordome"
version = "0.1.0"
description = "Add your description here"
description = """MàJordome is used to update local softwares that are not automatically
installed by the system"""
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
dependencies = [
"pydantic>=2.10.6",
"pydantic-settings>=2.8.1",
"requests>=2.32.3",
]
[dependency-groups]
dev = [
"pytest>=8.3.4",
"pytest-icdiff>=0.9",
"pytest-sugar>=1.0.0",
]
lint = [
"black>=25.1.0",
"ruff>=0.9.9",
]