Skip to content

Commit d7efceb

Browse files
author
Hela Bot
committed
Fixed numpy issue
1 parent 86c2aa4 commit d7efceb

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

enhanced_image.png

4.05 KB
Loading

findings_output.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

hawk_scanner/internals/system.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from rich.table import Table
33
import json, requests, argparse, yaml, re, datetime, os, subprocess, platform, hashlib
44
from tinydb import TinyDB, Query
5+
import numpy as np
56
import pytesseract
67
from PIL import Image, ImageEnhance
78
from docx import Document

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "0.3.21"
1+
VERSION = "0.3.22"
22

33
from setuptools import setup, find_packages
44

0 commit comments

Comments
 (0)