Island: remove unused island dependencies

This commit is contained in:
VakarisZ 2021-11-22 17:06:21 +02:00
parent f3b7803955
commit 11b84bd80d
2 changed files with 462 additions and 514 deletions

View File

@ -5,11 +5,9 @@ name = "pypi"
[packages]
pyinstaller = "==3.6"
awscli = "==1.20.44"
bcrypt = "==3.2.0"
boto3 = "==1.18.44"
botocore = "==1.21.44"
cffi = ">=1.8,!=1.11.3"
dpath = ">=2.0.5"
gevent = ">=20.9.0"
ipaddress = ">=1.0.23"
@ -17,11 +15,8 @@ jsonschema = "==3.2.0"
mongoengine = "==0.20"
netifaces = ">=0.10.9"
pycryptodome = "==3.9.8"
python-dateutil = "<3.0.0,>=2.1"
requests = ">=2.24"
ring = ">=0.7.3"
six = ">=1.13.0"
tqdm = ">=4.47"
Flask-JWT-Extended = "==4.*"
Flask-PyMongo = ">=2.3.0"
Flask-RESTful = ">=0.3.8"
@ -29,6 +24,7 @@ Flask = ">=1.1"
Werkzeug = ">=1.0.1"
ScoutSuite = {git = "https://github.com/guardicode/ScoutSuite"}
pyaescrypt = "*"
python-dateutil = "*"
[dev-packages]
virtualenv = ">=20.0.26"

File diff suppressed because it is too large Load Diff