comparison setup.py @ 1489:ff23865fbdbb 0.9

install (setup): remove upper bound for `twisted` and `libervia-templates` versions
author Goffi <goffi@goffi.org>
date Sat, 18 Dec 2021 17:17:18 +0100
parents 15bb2673eb72
children eb00d593801d
comparison
equal deleted inserted replaced
1488:42f110cab605 1489:ff23865fbdbb
24 # NOTE: directory is still "libervia" for compatibility reason, should be changed for 0.9 24 # NOTE: directory is still "libervia" for compatibility reason, should be changed for 0.9
25 DIR_NAME = "libervia" 25 DIR_NAME = "libervia"
26 26
27 install_requires = [ 27 install_requires = [
28 "libervia-backend == 0.9.*", 28 "libervia-backend == 0.9.*",
29 "libervia-templates >=0.8.0b1, <0.9.0", 29 "libervia-templates >0.8.0b1",
30 'twisted[tls] >=20.3.0, <21.3.0', 30 'twisted[tls] >=20.3.0',
31 "zope.interface <5.5.0", 31 "zope.interface <5.5.0",
32 'pyopenssl <21.0.0', 32 'pyopenssl <21.0.0',
33 "jinja2 >=2.9, <3.1", 33 "jinja2 >=2.9, <3.1",
34 'shortuuid <1.1', 34 'shortuuid <1.1',
35 "autobahn <21.4.0", 35 "autobahn <21.4.0",