mirror of
https://github.com/aquasecurity/trivy.git
synced 2026-02-05 16:23:28 +08:00
7 lines
334 B
Plaintext
7 lines
334 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'
|