@@ -8,6 +8,8 @@ homeserver:
# Only applies if address starts with https://
verify_ssl: true
asmux: false
+ # Number of retries for all HTTP requests if the homeserver isn't reachable.
+ http_retry_count: 4
# Application service host/registration related details
# Changing these values requires regeneration of the registration.
@@ -17,4 +17,4 @@ qrcode>=6,<7
Pillow>=4,<9
#/stickers
-signalstickers-client>=3.0
+signalstickers-client>=3,<4
@@ -4,5 +4,5 @@ commonmark>=0.8,<0.10
aiohttp>=3,<4
yarl>=1,<2
attrs>=19.1
-mautrix>=0.8.14,<0.9
+mautrix>=0.9,<0.10
asyncpg>=0.20,<0.23