mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
Add moto to local.txt
This commit is contained in:
parent
6f0a4ec9cc
commit
55f2605115
|
@ -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
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user