Skip to content
Snippets Groups Projects
Commit 1464a057 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Add explicit dependency on netaddr

the dependencies file, causing failures on upgrade (and presumably for new
installs).
parent 277c5617
No related merge requests found
Add explicit dependency on netaddr
\ No newline at end of file
......@@ -58,15 +58,13 @@ REQUIREMENTS = {
"six": ["six"],
"prometheus_client": ["prometheus_client"],
"attr": ["attr"],
"netaddr>=0.7.18": ["netaddr"],
}
CONDITIONAL_REQUIREMENTS = {
"web_client": {
"matrix_angular_sdk>=0.6.8": ["syweb>=0.6.8"],
},
"preview_url": {
"netaddr>=0.7.18": ["netaddr"],
},
"email.enable_notifs": {
"Jinja2>=2.8": ["Jinja2>=2.8"],
"bleach>=1.4.2": ["bleach>=1.4.2"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment