cve-bin-tool: fix dependencies

* requests is no longer transitively provided
* toml is not required for python 3.11+
This commit is contained in:
tea 2024-07-28 13:32:05 +02:00
parent bc0f09212c
commit e7182ec60c

View File

@ -19,10 +19,10 @@
, pytestCheckHook
, python-gnupg
, pyyaml
, requests
, rich
, rpmfile
, setuptools
, toml
, xmlschema
, zstandard
, reportlab
@ -64,10 +64,10 @@ buildPythonApplication rec {
plotly
python-gnupg
pyyaml
requests
rich
rpmfile
setuptools
toml
xmlschema
zstandard
];