17 lines
366 B
TOML
17 lines
366 B
TOML
[tool.poetry]
|
|
name = "webdavcli"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Jan Beilicke <dev@jotbe.io>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.6"
|
|
webdavclient3 = {path = "vendor/webdav-client-python-3"}
|
|
python-dotenv = "^0.12.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^5.2"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|