Skip to content

Commit 9856c62

Browse files
authored
requirements.txt: Set versions as minimum instead of hardcoded exact version
1 parent 2695ae5 commit 9856c62

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

requirements.txt

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

0 commit comments

Comments
 (0)