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.
This commit is contained in:
Harshit Bansal 2017-11-04 07:42:11 +00:00 committed by Tim Abbott
parent 8480deb754
commit e062b244b4
3 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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