Initial commit

This commit is contained in:
Esa Kataja
2025-05-14 11:31:40 +03:00
commit 929685d16e
6 changed files with 179 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[project]
name = "backupper"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pydantic>=2.11.4",
"typer==0.9.0",
"click==8.1.3",
]