mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-03-12 21:23:05 -07:00
fix: add types-requests dev dependency to resolve mypy import-untyped error
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -36,6 +36,7 @@ hate_crack = [
|
|||||||
"config.json.example",
|
"config.json.example",
|
||||||
"hashcat-utils/**",
|
"hashcat-utils/**",
|
||||||
"princeprocessor/**",
|
"princeprocessor/**",
|
||||||
|
"omen/**",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.setuptools_scm]
|
[tool.setuptools_scm]
|
||||||
@@ -70,3 +71,8 @@ ignore_missing_imports = true
|
|||||||
testpaths = [
|
testpaths = [
|
||||||
"tests",
|
"tests",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[dependency-groups]
|
||||||
|
dev = [
|
||||||
|
"types-requests>=2.32.4.20260107",
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user