1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Add constraint for pyminiaudio to 1.57 (#93501)

This commit is contained in:
J. Nick Koston
2023-05-24 17:03:37 -05:00
committed by GitHub
parent 40a47c72f4
commit ee62584570
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -175,3 +175,7 @@ pysnmplib==5.0.21
# pysnmp is no longer maintained and does not work with newer
# python
pysnmp==1000000000.0.0
# pyminiaudio 1.58 is missing files in the package
# https://github.com/irmen/pyminiaudio/issues/67
miniaudio==1.57
+4
View File
@@ -179,6 +179,10 @@ pysnmplib==5.0.21
# pysnmp is no longer maintained and does not work with newer
# python
pysnmp==1000000000.0.0
# pyminiaudio 1.58 is missing files in the package
# https://github.com/irmen/pyminiaudio/issues/67
miniaudio==1.57
"""
IGNORE_PRE_COMMIT_HOOK_ID = (