16 lines
377 B
TOML
16 lines
377 B
TOML
[project]
|
|
name = "backup-client"
|
|
version = "0.1.0"
|
|
description = "PySide6 Windows backup client for orchestrator"
|
|
authors = ["truetype74 <max.mauri@gmail.com>","Codex <dev@example.com>"]
|
|
requires-python = ">=3.10"
|
|
|
|
[project.dependencies]
|
|
PySide6 = "^6.9"
|
|
requests = "^2.33"
|
|
python-dotenv = "^1.0"
|
|
|
|
[build-system]
|
|
requires = ["hatchling>=1.8"]
|
|
build-backend = "hatchling.build"
|