diff options
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 4 insertions, 0 deletions
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" ] |