From 6736d715e02994de9b15d8570cf97681eb69117d Mon Sep 17 00:00:00 2001 From: Brendon Smith Date: Mon, 26 Apr 2021 18:50:34 -0400 Subject: [PATCH] Remove AWS CLI from PyPI Python requirements https://docs.aws.amazon.com/cli/latest/userguide/welcome-versions.html AWS CLI version 2 is only available as a bundled installer. --- py/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/py/requirements.txt b/py/requirements.txt index 7a33d24..63ba012 100644 --- a/py/requirements.txt +++ b/py/requirements.txt @@ -1,5 +1,4 @@ autopep8 -awscli black cookiecutter flake8