16 lines
284 B
TOML
16 lines
284 B
TOML
[tool.poetry]
|
|
name = "backup"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["sky <sky@sherman.one>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
btrfs = "^13"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|