requirements.txt: Set versions as minimum instead of hardcoded exact version

This commit is contained in:
Martin
2024-11-18 20:27:16 +01:00
committed by GitHub
parent 2695ae53fd
commit 9856c62841

View File

@@ -1,7 +1,7 @@
defusedxml==0.7.1 defusedxml>=0.7.1
protobuf==3.20.1 protobuf>=3.20.1
pycryptodomex==3.21.0 pycryptodomex>=3.21.0
pyogg==0.6.14a.1 pyogg>=0.6.14a.1
requests==2.32.3 requests>=2.32.3
websocket-client==1.8.0 websocket-client>=1.8.0
zeroconf==0.136.0 zeroconf>=0.136.0