mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
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:
parent
f003492574
commit
6781525ddd
2 changed files with 18 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue