mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-28 14:47:22 -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:
co-authored by
Claude Opus 4.6
parent
b7d44f7c65
commit
8423491124
@@ -36,6 +36,7 @@ hate_crack = [
|
||||
"config.json.example",
|
||||
"hashcat-utils/**",
|
||||
"princeprocessor/**",
|
||||
"omen/**",
|
||||
]
|
||||
|
||||
[tool.setuptools_scm]
|
||||
@@ -70,3 +71,8 @@ ignore_missing_imports = true
|
||||
testpaths = [
|
||||
"tests",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"types-requests>=2.32.4.20260107",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user