changeset 1413:326730dc35da

install: update minimal Brython version to 3.9.2 to have fixed elements's `children` implementation: Before 3.9.2, Brython had an implementation of `children` hidding the DOM method, and which was returning all elements (like childNodes). 3.9.2 fixes it.
author Goffi <goffi@goffi.org>
date Thu, 29 Apr 2021 16:36:26 +0200
parents 6fdef01f6671
children 97b8ce9ce54b
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Thu Apr 22 21:37:50 2021 +0200
+++ b/setup.py	Thu Apr 29 16:36:26 2021 +0200
@@ -31,7 +31,7 @@
     "jinja2>=2.9",
     "shortuuid",
     "autobahn",
-    "brython>=3.8.10",
+    "brython>=3.9.2",
 ]
 long_description = """\
 Libervia is a web frontend for Salut à Toi (SàT), a multi-frontends and multi-purposes XMPP client.