home-assistant: set preference for whois module in parse-requirements.py

This commit is contained in:
Fabian Affolter 2021-01-05 18:54:05 +01:00
parent 61f383851e
commit a068a3b47c

View File

@ -39,6 +39,7 @@ PKG_PREFERENCES = {
"tensorflow-bin_2": "tensorflow",
"tensorflowWithoutCuda": "tensorflow",
"tensorflow-build_2": "tensorflow",
"whois": "python-whois",
}