Mercurial > libervia-web
comparison setup.py @ 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 | 556df721aa69 |
children | c34e973587bd |
comparison
equal
deleted
inserted
replaced
1412:6fdef01f6671 | 1413:326730dc35da |
---|---|
29 "zope.interface", | 29 "zope.interface", |
30 "pyopenssl", | 30 "pyopenssl", |
31 "jinja2>=2.9", | 31 "jinja2>=2.9", |
32 "shortuuid", | 32 "shortuuid", |
33 "autobahn", | 33 "autobahn", |
34 "brython>=3.8.10", | 34 "brython>=3.9.2", |
35 ] | 35 ] |
36 long_description = """\ | 36 long_description = """\ |
37 Libervia is a web frontend for Salut à Toi (SàT), a multi-frontends and multi-purposes XMPP client. | 37 Libervia is a web frontend for Salut à Toi (SàT), a multi-frontends and multi-purposes XMPP client. |
38 It features chat, blog, forums, events, tickets, merge requests, file sharing, photo albums, etc. | 38 It features chat, blog, forums, events, tickets, merge requests, file sharing, photo albums, etc. |
39 It is also a decentralized, XMPP based web framework. | 39 It is also a decentralized, XMPP based web framework. |