MatrixSynapse/synapse/config
David Robertson 8e50299d8b
Fix `track_memory_usage` on poetry-core 1.3.x installations (#14221)
* Fix `track_memory_usage` on poetry-core 1.3.x installations

The same kind of problem as discussed in #14085:

1. we defined an extra with an underscore
2. we look it up at runtime with an underscore
3. but poetry-core 1.3.x. installs it with a dash, causing (2) to fail.

Fix by using a dash everywhere.

* Changelog
2022-10-18 13:59:04 +01:00
..
__init__.py
__main__.py
_base.py
_base.pyi
_util.py
account_validity.py
api.py
appservice.py
auth.py
background_updates.py
cache.py Fix `track_memory_usage` on poetry-core 1.3.x installations (#14221) 2022-10-18 13:59:04 +01:00
captcha.py
cas.py
consent.py
database.py
emailconfig.py
experimental.py
federation.py
homeserver.py
jwt.py
key.py
logger.py
metrics.py
modules.py
oembed.py
oidc.py
password_auth_providers.py
push.py
ratelimiting.py
redis.py
registration.py
repository.py
retention.py
room.py
room_directory.py
saml2.py
server.py
server_notices.py
spam_checker.py
sso.py
stats.py
third_party_event_rules.py
tls.py
tracer.py
user_directory.py
voip.py
workers.py