summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordabrows <piotr.dabrowski@htw-berln.de>2023-12-15 22:04:47 +0100
committerChristian Geier <geier@lostpackets.de>2024-04-28 01:00:12 +0200
commit314a1f165043d1d1c44ca9641f1b4f9f810a7a66 (patch)
tree67e694b0040196c213fd60f0f13a019059979c48
parent5f68da1dce929a86dc99f4775dc16a8b2e69de95 (diff)
Added additional_widgets dependency
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1bdb53a2..408093b9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,6 +34,7 @@ dependencies = [
"configobj",
"atomicwrites>=0.1.7",
"tzlocal>=1.0",
+ "additional_urwid_widgets>=0.4.1"
]
[project.optional-dependencies]
proctitle = [