comparison pyproject.toml @ 1535:de09d4d25194

install: bump Brython minimal version to 3.11.3
author Goffi <goffi@goffi.org>
date Thu, 22 Jun 2023 16:36:18 +0200
parents f17290299f79
children 00d04f51787e
comparison
equal deleted inserted replaced
1534:49ad8dd210d0 1535:de09d4d25194
19 "Operating System :: POSIX :: Linux", 19 "Operating System :: POSIX :: Linux",
20 "Topic :: Communications :: Chat", 20 "Topic :: Communications :: Chat",
21 ] 21 ]
22 dependencies = [ 22 dependencies = [
23 "autobahn >= 23.6.1", 23 "autobahn >= 23.6.1",
24 "brython >= 3.10", 24 "brython >= 3.11.3",
25 "jinja2 >= 3.1.2", 25 "jinja2 >= 3.1.2",
26 # use during dev mode to have current version of backend 26 # use during dev mode to have current version of backend
27 # "libervia-backend == 0.9.*", 27 # "libervia-backend == 0.9.*",
28 # "libervia-templates >0.8.0b1", 28 # "libervia-templates >0.8.0b1",
29 "pyopenssl >= 23.2.0", 29 "pyopenssl >= 23.2.0",