use appdirs to get easy cross-platform standard directories

This is more important to get right now, with `fdroid install`, which
should work easily on all platforms.
This commit is contained in:
Hans-Christoph Steiner 2024-03-13 21:05:04 +01:00 committed by Michael Pöhn
parent f003492574
commit 6781525ddd
2 changed files with 18 additions and 1 deletions

View file

@ -91,6 +91,7 @@ setup(
'babel',
],
install_requires=[
'appdirs',
'androguard >= 3.1.0, != 3.3.0, != 3.3.1, != 3.3.2, <4',
'clint',
'defusedxml',