mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
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
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"],
|
"six": ["six"],
|
||||||
"prometheus_client": ["prometheus_client"],
|
"prometheus_client": ["prometheus_client"],
|
||||||
"attr": ["attr"],
|
"attr": ["attr"],
|
||||||
|
"netaddr>=0.7.18": ["netaddr"],
|
||||||
}
|
}
|
||||||
|
|
||||||
CONDITIONAL_REQUIREMENTS = {
|
CONDITIONAL_REQUIREMENTS = {
|
||||||
"web_client": {
|
"web_client": {
|
||||||
"matrix_angular_sdk>=0.6.8": ["syweb>=0.6.8"],
|
"matrix_angular_sdk>=0.6.8": ["syweb>=0.6.8"],
|
||||||
},
|
},
|
||||||
"preview_url": {
|
|
||||||
"netaddr>=0.7.18": ["netaddr"],
|
|
||||||
},
|
|
||||||
"email.enable_notifs": {
|
"email.enable_notifs": {
|
||||||
"Jinja2>=2.8": ["Jinja2>=2.8"],
|
"Jinja2>=2.8": ["Jinja2>=2.8"],
|
||||||
"bleach>=1.4.2": ["bleach>=1.4.2"],
|
"bleach>=1.4.2": ["bleach>=1.4.2"],
|
||||||
|
Loading…
Reference in New Issue
Block a user