You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 lines
483 B

[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__"}