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:
Hans-Christoph Steiner 2024-04-24 16:02:47 +02:00
parent 35a1cb20e6
commit 3f3e0483f2
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -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={