mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
androguard >= 3.1.0 is in pypi, so add it to install_requires
This commit is contained in:
parent
54b21a6d22
commit
6db9ba8334
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -82,6 +82,7 @@ setup(name='fdroidserver',
|
|||
'babel',
|
||||
],
|
||||
install_requires=[
|
||||
'androguard >= 3.1.0rc2',
|
||||
'clint',
|
||||
'GitPython',
|
||||
'mwclient',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue