1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

androguard >= 3.1.0 is in pypi, so add it to install_requires

This commit is contained in:
Hans-Christoph Steiner 2018-05-14 13:17:49 +02:00
parent 54b21a6d22
commit 6db9ba8334

View File

@ -82,6 +82,7 @@ setup(name='fdroidserver',
'babel',
],
install_requires=[
'androguard >= 3.1.0rc2',
'clint',
'GitPython',
'mwclient',