mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 11:07:53 -08:00
add scripts section
This commit is contained in:
@@ -138,9 +138,6 @@ dev = [
|
||||
"black==24.4.2",
|
||||
"isort==5.13.2",
|
||||
"mypy==1.10.0",
|
||||
"psutil==5.9.2",
|
||||
"stix2==3.0.1",
|
||||
"requests==2.31.0",
|
||||
"mypy-protobuf==3.6.0",
|
||||
# type stubs for mypy
|
||||
"types-backports==0.1.3",
|
||||
@@ -148,8 +145,6 @@ 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"
|
||||
]
|
||||
@@ -162,6 +157,13 @@ build = [
|
||||
"setuptools==70.0.0",
|
||||
"build==1.2.1"
|
||||
]
|
||||
scripts = [
|
||||
"psutil==5.9.2",
|
||||
"stix2==3.0.1",
|
||||
"requests==2.31.0",
|
||||
"types-psutil==5.8.23",
|
||||
"types_requests==2.32.0.20240602",
|
||||
]
|
||||
|
||||
[tool.deptry]
|
||||
extend_exclude = [
|
||||
|
||||
Reference in New Issue
Block a user