mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-26 09:14:30 +03:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
e6e4754311
|
@ -11,7 +11,7 @@ flake8==3.7.9
|
|||
# ------------------------------------------------------------------------------
|
||||
tox==3.14.2
|
||||
pytest==5.3.2
|
||||
pytest_cases==1.11.9
|
||||
pytest_cases==1.12.0
|
||||
pytest-cookies==0.4.0
|
||||
pytest-xdist==1.30.0
|
||||
pytest-xdist==1.31.0
|
||||
pyyaml==5.2
|
||||
|
|
|
@ -22,7 +22,7 @@ flower==0.9.3 # https://github.com/mher/flower
|
|||
django==2.2.9 # pyup: < 3.0 # https://www.djangoproject.com/
|
||||
django-environ==0.4.5 # https://github.com/joke2k/django-environ
|
||||
django-model-utils==4.0.0 # https://github.com/jazzband/django-model-utils
|
||||
django-allauth==0.40.0 # https://github.com/pennersr/django-allauth
|
||||
django-allauth==0.41.0 # https://github.com/pennersr/django-allauth
|
||||
django-crispy-forms==1.8.1 # https://github.com/django-crispy-forms/django-crispy-forms
|
||||
{%- if cookiecutter.use_compressor == "y" %}
|
||||
django-compressor==2.3 # https://github.com/django-compressor/django-compressor
|
||||
|
|
|
@ -11,7 +11,7 @@ psycopg2-binary==2.8.4 # https://github.com/psycopg/psycopg2
|
|||
|
||||
# Testing
|
||||
# ------------------------------------------------------------------------------
|
||||
mypy==0.760 # https://github.com/python/mypy
|
||||
mypy==0.761 # https://github.com/python/mypy
|
||||
pytest==5.3.1 # https://github.com/pytest-dev/pytest
|
||||
pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user