Merge pull request #622 from L1ghtn1ng/dep-updates

Add censys deps
This commit is contained in:
J.Townsend 2020-12-14 17:53:43 +00:00 committed by GitHub
commit 026e7606b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -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"

View file

@ -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