aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJonathan Weth <git@jonathanweth.de>2020-07-27 15:31:27 +0200
committerJonathan Weth <git@jonathanweth.de>2020-07-27 15:31:27 +0200
commitc63e4627ec0613f7fcc6d9a936c14a64a2655b33 (patch)
treef112d16b468b1bdb4cb99fd4b2398bf85d598a49 /pyproject.toml
parent33cbf9670d6abde5544f8be0a837cd19ccb79973 (diff)
downloadRWA.Support.SessionService-c63e4627ec0613f7fcc6d9a936c14a64a2655b33.tar.gz
RWA.Support.SessionService-c63e4627ec0613f7fcc6d9a936c14a64a2655b33.tar.bz2
RWA.Support.SessionService-c63e4627ec0613f7fcc6d9a936c14a64a2655b33.zip
Add documentation
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 204dc99..641b182 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ authors = ["Jonathan Weth <git@jonathanweth.de>"]
license = "GPL-2.0-or-later"
[tool.poetry.dependencies]
-python = "^3.5"
+python = "^3.6"
dbus-python = "^1.2.16"
PyGObject = "^3.36.1"
port_for = "^0.4"
@@ -17,6 +17,8 @@ flask = "^1.1.2"
argparse = "^1.0.10"
[tool.poetry.dev-dependencies]
+sphinx = "^3.0"
+sphinx-autodoc-typehints = "^1.7"
[build-system]
requires = ["poetry>=0.12"]