Sort out deps for restapi

This commit is contained in:
L1ghtn1ng 2020-06-05 15:26:47 +01:00
parent a8cad8a74e
commit 8cf02633c9
3 changed files with 4 additions and 6 deletions

View file

@ -5,6 +5,7 @@ name = "pypi"
[packages]
aiodns = "==2.0.0"
aiofiles = "==0.5.0"
aiohttp = "==3.6.2"
aiosqlite = "==0.13.0"
beautifulsoup4 = "==4.9.1"
@ -16,6 +17,7 @@ PyYAML = "==5.3.1"
requests = "==2.23.0"
retrying = "==1.3.3"
shodan = "==1.23.0"
slowapi = "==0.1.1"
texttable = "==1.6.2"
lxml = "==4.5.1"
uvicorn = "==0.11.5"

View file

@ -1,4 +1,5 @@
aiodns==2.0.0
aiofiles==0.5.0
aiohttp==3.6.2
aiosqlite==0.13.0
beautifulsoup4==4.9.1
@ -10,6 +11,7 @@ PyYAML==5.3.1
requests==2.23.0
retrying==1.3.3
shodan==1.23.0
slowapi==0.1.1
texttable==1.6.2
lxml==4.5.1
uvicorn==0.11.5

View file

@ -1,6 +0,0 @@
aiofiles
argparse
fastapi==0.54.1
slowapi
uvicorn
uvloop