mirror of
https://github.com/chenasraf/nextcloud-deck-tools.git
synced 2026-05-17 17:28:07 +00:00
19 lines
390 B
TOML
19 lines
390 B
TOML
[project]
|
|
name = "nextcloud-deck-tools"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [
|
|
{name = "Chen Asraf",email = "casraf@pm.me"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = "^3.11"
|
|
dependencies = [
|
|
"requests (>=2.32.5,<3.0.0)",
|
|
"inquirer (>=3.0.0,<4.0.0)"
|
|
]
|
|
package-mode = false
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|