From: Guillaume Pellerin Date: Mon, 4 Feb 2019 21:23:08 +0000 (+0100) Subject: rm crocodoc, add deefuzzer X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ff27b85ac7d5a7ac2861954399d6d906d535cc90;p=teleforma.git rm crocodoc, add deefuzzer --- diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000..03df86da --- /dev/null +++ b/.dockerignore @@ -0,0 +1,8 @@ +.git +*.pyc +*.egg-info +data/ +env/ +tmp/ +var/ +**/.sass-cache \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 9a76a5b1..391d319a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,6 @@ django-extensions==0.9 django-notes django-timezones==0.2 django-jqchat -crocodoc django-registration==0.8 django-extra-views==0.6.5 django-simple-captcha @@ -19,3 +18,4 @@ xhtml2pdf html5lib==0.95 django-tinymce==1.5.4 django-quiz +deefuzzer