comparison pyproject.toml @ 1614:24ba9ce18375

install: minor dependency update.
author Goffi <goffi@goffi.org>
date Tue, 06 Aug 2024 23:55:36 +0200
parents 67ff59465fe4
children
comparison
equal deleted inserted replaced
1613:c4407befc52a 1614:24ba9ce18375
18 "Framework :: Twisted", 18 "Framework :: Twisted",
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",
24 "brython >= 3.11.3", 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",