From e062b244b476c22663eb22365eb876836bf9d7ed Mon Sep 17 00:00:00 2001 From: Harshit Bansal Date: Sat, 4 Nov 2017 07:42:11 +0000 Subject: [PATCH] requirements: Remove unused `diff-match-patch` package. This package was used for generating diffs for message edits. But we have now switched to `lxml` for producing diffs so this is no longer required. --- requirements/common.txt | 3 --- requirements/dev_lock.txt | 1 - requirements/prod_lock.txt | 1 - 3 files changed, 5 deletions(-) diff --git a/requirements/common.txt b/requirements/common.txt index 88ec243c2e..be1e1ddfb2 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -51,9 +51,6 @@ cryptography==2.1.2 # Needed for integrations defusedxml==0.5.0 -# Needed to generate diffs for edits -diff-match-patch==20121119 - # Needed for LDAP support django-auth-ldap==1.2.16 diff --git a/requirements/dev_lock.txt b/requirements/dev_lock.txt index fec220529a..2d11648c76 100644 --- a/requirements/dev_lock.txt +++ b/requirements/dev_lock.txt @@ -43,7 +43,6 @@ cssselect==1.0.1 # via parsel, premailer, scrapy cssutils==1.0.2 # via premailer decorator==4.1.2 # via ipython, traitlets defusedxml==0.5.0 -diff-match-patch==20121119 django-auth-ldap==1.2.16 django-bitfield==1.9.3 django-pipeline==1.6.13 diff --git a/requirements/prod_lock.txt b/requirements/prod_lock.txt index 2cc66590b9..8495165e55 100644 --- a/requirements/prod_lock.txt +++ b/requirements/prod_lock.txt @@ -29,7 +29,6 @@ cssselect==1.0.1 # via premailer cssutils==1.0.2 # via premailer decorator==4.1.2 # via ipython, traitlets defusedxml==0.5.0 -diff-match-patch==20121119 django-auth-ldap==1.2.16 django-bitfield==1.9.3 django-pipeline==1.6.13