summaryrefslogtreecommitdiffstats
path: root/recording/pyproject.toml
blob: 35653c7e687e1ca7117b42bd04fe358d7f7013f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[project]
name = "nextcloud-talk-recording"
description = "Recording server for Nextcloud Talk"
license = {text = "GNU AGPLv3+"}
classifiers = [
    "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
]
dependencies = [
    "flask",
    "pulsectl",
    "pyvirtualdisplay>=2.0",
    "selenium>=4.6.0",
    "urllib3",
    "websocket-client",
]
dynamic = ["version"]

[tool.setuptools.dynamic]
version = {attr = "nextcloud.talk.recording.__version__"}