From 55f260511580b7235f43ce8ec77835015d2a46d3 Mon Sep 17 00:00:00 2001 From: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com> Date: Thu, 10 Sep 2020 19:38:19 -0400 Subject: [PATCH] Add moto to local.txt --- {{cookiecutter.project_slug}}/requirements/local.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index cc751326f..0b7a5fd64 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -17,6 +17,9 @@ mypy==0.770 # https://github.com/python/mypy django-stubs==1.5.0 # https://github.com/typeddjango/django-stubs pytest==6.0.1 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.4 # https://github.com/Frozenball/pytest-sugar +{%- if cookiecutter.cloud_provider == 'AWS' %} +moto==1.3.16 # https://github.com/spulec/moto +{%- endif %} # Documentation # ------------------------------------------------------------------------------