Bläddra i källkod

Update mautrix-python

Tulir Asokan 4 år sedan
förälder
incheckning
422f89c699
3 ändrade filer med 4 tillägg och 2 borttagningar
  1. 2 0
      mautrix_signal/example-config.yaml
  2. 1 1
      optional-requirements.txt
  3. 1 1
      requirements.txt

+ 2 - 0
mautrix_signal/example-config.yaml

@@ -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.

+ 1 - 1
optional-requirements.txt

@@ -17,4 +17,4 @@ qrcode>=6,<7
 Pillow>=4,<9
 
 #/stickers
-signalstickers-client>=3.0
+signalstickers-client>=3,<4

+ 1 - 1
requirements.txt

@@ -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