comparison setup.py @ 1441:c34e973587bd

install: set upper limit for dependencies versions
author Goffi <goffi@goffi.org>
date Fri, 18 Jun 2021 16:21:00 +0200
parents 326730dc35da
children a06a5b510e2e
comparison
equal deleted inserted replaced
1440:939b5c643f3d 1441:c34e973587bd
21 import os 21 import os
22 22
23 NAME = "libervia" 23 NAME = "libervia"
24 24
25 install_requires = [ 25 install_requires = [
26 "sat>=0.8.0.dev0", 26 "libervia-backend >=0.8.0b1, <0.9.0",
27 "sat-templates", 27 "libervia-templates >=0.8.0b1, <0.9.0",
28 "twisted", 28 'twisted[tls] >=20.3.0, <21.3.0',
29 "zope.interface", 29 "zope.interface <5.5.0",
30 "pyopenssl", 30 'pyopenssl <21.0.0',
31 "jinja2>=2.9", 31 "jinja2 >=2.9, <3.1",
32 "shortuuid", 32 'shortuuid <1.1',
33 "autobahn", 33 "autobahn <21.4.0",
34 "brython>=3.9.2", 34 "brython >=3.9.2, <3.10",
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.