Merge pull request #286 from C0rn3j/patch-1

requirements.txt: Set versions as minimum instead of hardcoding as exact
This commit is contained in:
碧舞すみほ
2025-04-28 08:55:50 +09:00
committed by GitHub

View File

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