diff --git a/pyproject.toml b/pyproject.toml index 4f9b3dbb..c7076823 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -145,6 +145,8 @@ dev = [ "types-PyYAML==6.0.8", "types-tabulate==0.9.0.20240106", "types-termcolor==1.1.4", + "types-psutil==5.8.23", + "types_requests==2.32.0.20240602", "types-protobuf==5.26.0.20240422", "deptry==0.16.1" ] @@ -163,8 +165,6 @@ scripts = [ "stix2==3.0.1", "sarif_om==1.0.4", "requests==2.31.0", - "types-psutil==5.8.23", - "types_requests==2.32.0.20240602", ] [tool.deptry]