Skip to content

Commit

Permalink
Merge pull request #810 from blacklanternsecurity/fix-wappalyzer
Browse files Browse the repository at this point in the history
Fix wappalyzer tests to work on Python 3.12
  • Loading branch information
TheTechromancer authored Oct 31, 2023
2 parents cb76846 + 2e05822 commit 892beee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/modules/wappalyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class wappalyzer(BaseModule):
meta = {
"description": "Extract technologies from web responses",
}
deps_pip = ["python-Wappalyzer~=0.3.1"]
deps_pip = ["python-Wappalyzer~=0.3.1", "aiohttp~=3.9.0b0"]
# accept all events regardless of scope distance
scope_distance_modifier = None
_max_event_handlers = 5
Expand Down

0 comments on commit 892beee

Please sign in to comment.