mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 22:42:56 +08:00
26 lines
435 B
Text
26 lines
435 B
Text
|
[[source]]
|
||
|
url = "https://pypi.python.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[packages]
|
||
|
aiodns = "==2.0.0"
|
||
|
beautifulsoup4 = "==4.8.0"
|
||
|
dnspython = "==1.16.0"
|
||
|
flake8 = "==3.7.8"
|
||
|
grequests = "==0.4.0"
|
||
|
mypy = "==0.720"
|
||
|
netaddr = "==0.7.19"
|
||
|
plotly = "==4.1.1"
|
||
|
pytest = "==5.1.3"
|
||
|
pyyaml = "==5.1.2"
|
||
|
requests = "==2.22.0"
|
||
|
shodan = "==1.17.0"
|
||
|
texttable = "==1.6.2"
|
||
|
retrying = "==1.3.3"
|
||
|
|
||
|
[dev-packages]
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.7"
|