theHarvester/Pipfile

34 lines
664 B
TOML
Raw Normal View History

2019-10-06 07:38:23 +08:00
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiodns = "==2.0.0"
2020-06-05 22:26:47 +08:00
aiofiles = "==0.5.0"
aiohttp = "==3.6.2"
aiosqlite = "==0.13.0"
beautifulsoup4 = "==4.9.1"
2019-10-06 07:38:23 +08:00
dnspython = "==1.16.0"
2020-06-02 08:28:35 +08:00
fastapi = "==0.55.1"
2019-10-06 07:38:23 +08:00
netaddr = "==0.7.19"
plotly = "==4.8.1"
PyYAML = "==5.3.1"
requests = "==2.23.0"
retrying = "==1.3.3"
2020-05-02 09:40:52 +08:00
shodan = "==1.23.0"
2020-06-05 22:26:47 +08:00
slowapi = "==0.1.1"
starlette = "==0.13.4"
2019-10-06 07:38:23 +08:00
texttable = "==1.6.2"
lxml = "==4.5.1"
2020-06-02 08:28:35 +08:00
uvicorn = "==0.11.5"
uvloop = "==0.14.0"
2020-05-02 09:40:52 +08:00
certifi = "==2020.4.5.1"
2019-10-06 07:38:23 +08:00
[dev-packages]
flake8 = "==3.8.2"
mypy = "==0.780"
mypy-extensions = "==0.4.3"
2020-05-10 00:11:04 +08:00
pyflakes = "==2.2.0"
pytest ="==5.4.3"
2020-05-13 04:54:40 +08:00
pytest-asyncio = "==0.12.0"