From c63e4627ec0613f7fcc6d9a936c14a64a2655b33 Mon Sep 17 00:00:00 2001 From: Jonathan Weth Date: Mon, 27 Jul 2020 15:31:27 +0200 Subject: Add documentation --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') 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 "] 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"] -- cgit v1.2.3