Initial commit
This commit is contained in:
15
client/pyproject.toml
Normal file
15
client/pyproject.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user