Merge branch 'templatecheck_only_when_installed' into 'master'
Only set up templatecheck if installed See merge request !734
tox | |||
flake8 | |||
factory_boy>=2.9.2 | |||
Faker>=0.8.3 | Faker>=0.8.3 | ||
django-template-check>=0.3.0 | |||
factory_boy>=2.9.2 | |||
flake8 | |||
pydenticon>=0.3.1 | pydenticon>=0.3.1 | ||
pylint | pylint | ||
pylint-django | pylint-django | ||
tox |
... | @@ -4,7 +4,6 @@ Pillow>=5.0,<5.1 | ... | @@ -4,7 +4,6 @@ Pillow>=5.0,<5.1 |
django-compressor>=2.1,<3 | django-compressor>=2.1,<3 | ||
django-sendfile<=0.4 | django-sendfile<=0.4 | ||
freezegun>=0.3.9,<0.4.0 | freezegun>=0.3.9,<0.4.0 | ||
django-template-check>=0.3.0 # This should be in dev-requirements somehow | |||
bleach>=2.1.0,<2.2 | bleach>=2.1.0,<2.2 | ||
django-tinymce4-lite>=1.7,<1.8 | django-tinymce4-lite>=1.7,<1.8 | ||
rcssmin>=1.0.6 | rcssmin>=1.0.6 | ||
... | ... |
Please register or sign in to comment