From 7b56c6196dbfdaab866576376071ed63befb8c61 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 4 Feb 2019 22:23:08 +0100 Subject: [PATCH] rm crocodoc, add deefuzzer --- .dockerignore | 8 ++++++++ requirements.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .dockerignore 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 -- 2.39.5