Преглед изворни кода

Avoid pycares 5.0.0 upgrade

They have completely rewritten the API and broken aiodns that depends on it.
Unfortunately the dependencies for aiodns do not prevent upgrading to the
incompatible version, so we have to put the restriction here.
Jason Rumney пре 5 месеци
родитељ
комит
70500f1023
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      requirements-dev.txt

+ 1 - 0
requirements-dev.txt

@@ -1,5 +1,6 @@
 fuzzywuzzy
 fuzzywuzzy
 levenshtein
 levenshtein
+pycares~=4.11.0
 pytest-homeassistant-custom-component==0.13.254
 pytest-homeassistant-custom-component==0.13.254
 pytest
 pytest
 pytest-asyncio
 pytest-asyncio