container set up

This commit is contained in:
sky
2021-12-02 04:20:04 +00:00
parent c7dab9a80d
commit a32f23bdd0
3 changed files with 84 additions and 0 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[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"