diff --git a/Pipfile b/Pipfile index 6a21afc3..090b32c9 100644 --- a/Pipfile +++ b/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" diff --git a/requirements/base.txt b/requirements/base.txt index 6a18bc7c..4014d413 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -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