forked from MirrorHub/synapse
Add explicit dependency on netaddr
the dependencies file, causing failures on upgrade (and presumably for new installs).
This commit is contained in:
parent
277c561766
commit
1464a0578a
2 changed files with 2 additions and 3 deletions
1
changelog.d/3488.bugfix
Normal file
1
changelog.d/3488.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Add explicit dependency on netaddr
|
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue