summaryrefslogtreecommitdiffstats
path: root/recording/pyproject.toml
blob: 7260220797a316ed5979d795f6a3525809956f20 (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",
    "requests-toolbelt",
    "selenium>=4.6.0",
    "websocket-client",
]
dynamic = ["version"]

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