Skip to content

Commit 8e1a3a6

Browse files
committed
Align requirements.txt with setup.cfg (use >=)
Signed-off-by: Marc-Etienne Vargenau <marc-etienne.vargenau@nokia.com>
1 parent ed27cfa commit 8e1a3a6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
spdx-tools==0.8.3
2-
requests==2.32.4
3-
prettytable==3.16.0
4-
packageurl-python==0.17.1
5-
ntia-conformance-checker==3.2.0
6-
validators==0.35.0
1+
spdx-tools>=0.8.3
2+
requests>=2.32.4
3+
prettytable>=3.16.0
4+
packageurl-python>=0.17.1
5+
ntia-conformance-checker>=3.2.0
6+
validators>=0.35.0

0 commit comments

Comments
 (0)