mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-11 18:03:10 +08:00
commit
026e7606b0
2 changed files with 3 additions and 1 deletions
3
Pipfile
3
Pipfile
|
@ -9,6 +9,8 @@ aiohttp = "==3.7.3"
|
|||
aiomultiprocess = "==0.8.0"
|
||||
aiosqlite = "==0.16.0"
|
||||
beautifulsoup4 = "==4.9.3"
|
||||
censys = "==1.1.0"
|
||||
certifi = "==2020.12.5"
|
||||
dnspython = "==2.0.0"
|
||||
netaddr = "==0.8.0"
|
||||
plotly = "==4.14.1"
|
||||
|
@ -20,7 +22,6 @@ shodan = "==1.24.0"
|
|||
texttable = "==1.6.3"
|
||||
lxml = "==4.6.2"
|
||||
uvloop = "==0.14.0"
|
||||
certifi = "==2020.12.5"
|
||||
|
||||
[dev-packages]
|
||||
flake8 = "==3.8.4"
|
||||
|
|
|
@ -3,6 +3,7 @@ aiohttp==3.7.3
|
|||
aiomultiprocess==0.8.0
|
||||
aiosqlite==0.16.0
|
||||
beautifulsoup4==4.9.3
|
||||
censys==1.1.0
|
||||
certifi==2020.12.5
|
||||
dnspython==2.0.0
|
||||
netaddr==0.8.0
|
||||
|
|
Loading…
Reference in a new issue