Add moto to local.txt

This commit is contained in:
Andrew Chen Wang 2020-09-10 19:38:19 -04:00 committed by GitHub
parent 6f0a4ec9cc
commit 55f2605115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
# ------------------------------------------------------------------------------