From e633480ad9b72fdca50f08c6ef9283147ded8f7d Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 5 Oct 2023 07:30:10 +0300 Subject: pyproject.toml: add dependencies Signed-off-by: Alfred Wingate --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 09f77b9..15e7ca1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,10 @@ authors = [ ] license = {text = "GPL-2"} description = "Curses based utility to view elogs created by Portage" +dependencies = ["portage"] [project.urls] homepage = "https://gitweb.gentoo.org/proj/elogv.git/" + +[project.optional-dependencies] +lzma = [ "pyliblzma" ] -- cgit v1.2.3-65-gdbad