commit:     e633480ad9b72fdca50f08c6ef9283147ded8f7d
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Thu Oct  5 04:30:10 2023 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 14:35:55 2023 +0000
URL:        https://gitweb.gentoo.org/proj/elogv.git/commit/?id=e633480a

pyproject.toml: add dependencies

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>

 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" ]

Reply via email to