theHarvester/Pipfile
2019-10-06 02:17:05 +01:00

26 lines
435 B
TOML

[[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.730"
netaddr = "==0.7.19"
plotly = "==4.1.1"
pytest = "==5.2.0"
pyyaml = "==5.1.2"
requests = "==2.22.0"
shodan = "==1.19.0"
texttable = "==1.6.2"
retrying = "==1.3.3"
[dev-packages]
[requires]
python_version = "3.7"