mirror of
https://github.com/aquasecurity/trivy.git
synced 2026-02-01 14:23:13 +08:00
9 lines
418 B
Plaintext
9 lines
418 B
Plaintext
keyring >= 4.1.1 # Minimum version 4.1.1
|
|
coverage != 3.5 # Version Exclusion. Anything except version 3.5
|
|
Mopidy-Dirble ~= 1.1 # Compatible release. Same as >= 1.1, == 1.*
|
|
Django == 2.3.4
|
|
SomeProject ==5.4 ; python_version < '3.8'
|
|
numpyNew; sys_platform == 'win32'
|
|
numpy >= 3.4.1; sys_platform == 'win32'
|
|
requests>=2.31.0,<3 # Minimum version 2.31.0. Trim the end-of-range suffix.
|