Skip to content

Commit 322584b

Browse files
authored
Merge pull request #286 from C0rn3j/patch-1
requirements.txt: Set versions as minimum instead of hardcoding as exact
2 parents aa3c6fa + 2a458c4 commit 322584b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
defusedxml==0.7.1
1+
defusedxml>=0.7.1
22
protobuf==3.20.1
3-
pycryptodomex==3.22.0
4-
pyogg==0.6.14a.1
5-
requests==2.32.3
6-
websocket-client==1.8.0
7-
zeroconf==0.146.4
3+
pycryptodomex>=3.22.0
4+
pyogg>=0.6.14a.1
5+
requests>=2.32.3
6+
websocket-client>=1.8.0
7+
zeroconf>=0.146.4

0 commit comments

Comments
 (0)