From 34bef1cd82dadd97dba9c1a7b61751312cc64c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 9 Dec 2022 23:57:31 +0100 Subject: Change info gathering to proper db reads. Running `xapian info` and parsing the output breaks way to easily, here we instead just open the database file and look for ourselves. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index b78ec59..ae42a9b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,6 +15,7 @@ install_requires = flask >= 2.2.2 flask-login >= 0.6 urllib3 >= 1.26 + pyxdg >= 0.28 # optionally natsort >= 8.2 # python-pam >= 2.0.2 for pam integration setup_requires = -- cgit v1.2.3