Mercurial > libervia-web
comparison setup.py @ 1487:579250dfe6d0
merge bookmark 0.9
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 03 Dec 2021 17:43:07 +0100 |
parents | 15bb2673eb72 |
children | ff23865fbdbb |
comparison
equal
deleted
inserted
replaced
1486:6ad203673853 | 1487:579250dfe6d0 |
---|---|
23 NAME = "libervia-web" | 23 NAME = "libervia-web" |
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.8.0b1, <0.9.0", | 28 "libervia-backend == 0.9.*", |
29 "libervia-templates >=0.8.0b1, <0.9.0", | 29 "libervia-templates >=0.8.0b1, <0.9.0", |
30 'twisted[tls] >=20.3.0, <21.3.0', | 30 'twisted[tls] >=20.3.0, <21.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", |