Updated deps for the github test

This commit is contained in:
L1ghtn1ng 2020-02-02 23:27:46 +00:00
parent afe4b2861e
commit 9cb1fcae61

View file

@ -2,7 +2,7 @@
from theHarvester.discovery.githubcode import RetryResult, ErrorResult, SuccessResult
from theHarvester.discovery.constants import MissingKey
from theHarvester.lib.core import Core
from unittest.mock import MagicMock
from mock import MagicMock
from requests import Response
import pytest