Initial commit
This commit is contained in:
@@ -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",
|
||||
]
|
||||
Reference in New Issue
Block a user