aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 44ab690562f5e97f163c5772c8e1b6d331c6175c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[tool.poetry]
name = "wikijscmd"
version = "0.1.0"
description = "A command line interface (CLI) for wiki.js"
authors = ["Mark Powers <mark@marks.kitchen>"]
license = "GPL 3"

[tool.poetry.dependencies]
python = "^3.8"
requests = "^2.26.0"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"