mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
include sdkmanager as dep in setup.py
This is for Homebrew, since it auto-removes dependencies that are not declared in the pip package: * https://github.com/Homebrew/homebrew-core/pull/164510 *02bef3de01*32907bd128*f0526d3864*562830be3c
This commit is contained in:
parent
35a1cb20e6
commit
3f3e0483f2
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -105,6 +105,7 @@ setup(
|
|||
'qrcode',
|
||||
'ruamel.yaml >= 0.15',
|
||||
'requests >= 2.5.2, != 2.11.0, != 2.12.2, != 2.18.0',
|
||||
'sdkmanager >= 0.6.4',
|
||||
'yamllint',
|
||||
],
|
||||
extras_require={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue