diff --git a/dev-requirements.txt b/dev-requirements.txt index 82e6e50..a243e85 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,12 +4,8 @@ # # pip-compile --extra=dev --output-file=dev-requirements.txt # -aws-sam-translator==1.11.0 - # via gdc-client (pyproject.toml) boto3==1.16.63 - # via - # aws-sam-translator - # moto + # via moto botocore==1.19.63 # via # boto3 @@ -36,7 +32,7 @@ exceptiongroup==1.2.2 # via pytest flask==1.0.4 # via gdc-client (pyproject.toml) -httmock==1.3.0 +httmock==1.4.0 # via gdc-client (pyproject.toml) idna==2.8 # via requests @@ -57,9 +53,7 @@ jmespath==0.10.0 # boto3 # botocore jsonschema==2.6.0 - # via - # aws-sam-translator - # gdc-client (pyproject.toml) + # via gdc-client (pyproject.toml) lxml==4.4.3 # via gdc-client (pyproject.toml) markupsafe==1.1.1 @@ -115,7 +109,6 @@ s3transfer==0.3.7 # via boto3 six==1.16.0 # via - # aws-sam-translator # python-dateutil # requests-mock # responses diff --git a/setup.cfg b/setup.cfg index cc5c535..10deded 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,8 +51,7 @@ dev = pytest-cov requests-mock~=1.5.2 moto - httmock~=1.3.0 - aws-sam-translator<1.12.0a + httmock [options.entry_points] console_scripts =