Sanitize the optional dependencies for spider API

This commit is contained in:
Erik Johnston 2016-04-13 11:57:46 +01:00
parent 10ebbaea2e
commit d0633e6dbe
4 changed files with 32 additions and 39 deletions

View file

@ -43,7 +43,6 @@ CONDITIONAL_REQUIREMENTS = {
"matrix_angular_sdk>=0.6.8": ["syweb>=0.6.8"],
},
"preview_url": {
"lxml>=3.6.0": ["lxml"],
"netaddr>=0.7.18": ["netaddr"],
},
}