diff --git a/awsinspector.json b/awsinspector.json index 856363a..49996cd 100644 --- a/awsinspector.json +++ b/awsinspector.json @@ -31,10 +31,6 @@ "module": "botocore", "input_file": "wheels/shared/botocore-1.20.30-py2.py3-none-any.whl" }, - { - "module": "docutils", - "input_file": "wheels/shared/docutils-0.18-py2.py3-none-any.whl" - }, { "module": "jmespath", "input_file": "wheels/shared/jmespath-0.10.0-py2.py3-none-any.whl" diff --git a/requirements.txt b/requirements.txt index e598b32..00623e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ boto3==1.17.30 botocore==1.20.30 -docutils==0.18 python-dateutil==2.8.1 diff --git a/wheels/shared/docutils-0.18-py2.py3-none-any.whl b/wheels/shared/docutils-0.18-py2.py3-none-any.whl deleted file mode 100644 index 92cd560..0000000 Binary files a/wheels/shared/docutils-0.18-py2.py3-none-any.whl and /dev/null differ