Add constraint for pyminiaudio to 1.57 (#93501)
This commit is contained in:
parent
40a47c72f4
commit
ee62584570
2 changed files with 8 additions and 0 deletions
|
@ -175,3 +175,7 @@ pysnmplib==5.0.21
|
||||||
# pysnmp is no longer maintained and does not work with newer
|
# pysnmp is no longer maintained and does not work with newer
|
||||||
# python
|
# python
|
||||||
pysnmp==1000000000.0.0
|
pysnmp==1000000000.0.0
|
||||||
|
|
||||||
|
# pyminiaudio 1.58 is missing files in the package
|
||||||
|
# https://github.com/irmen/pyminiaudio/issues/67
|
||||||
|
miniaudio==1.57
|
||||||
|
|
|
@ -179,6 +179,10 @@ pysnmplib==5.0.21
|
||||||
# pysnmp is no longer maintained and does not work with newer
|
# pysnmp is no longer maintained and does not work with newer
|
||||||
# python
|
# python
|
||||||
pysnmp==1000000000.0.0
|
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 = (
|
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||||
|
|
Loading…
Add table
Reference in a new issue