FreedomBox/pyproject.toml
James Valleroy b7a1d4bf8f
janus: Add new app for lightweight WebRTC server
- Add basic video room based on demo.

- Set port range to use for RTP.

- coturn: Add component for time-limited TURN configuration.

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
[sunil: Don't error out when coturn is not installed/configured]
[sunil: Prepend data- to custom attribute in HTML]
[sunil: Convert SVG with embedded bitmap to vector graphics]
[sunil: Hide Javascript license information in footer]
[sunil: Minor changes to comments for styling]
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
2022-06-06 17:42:41 -07:00

74 lines
1.1 KiB
TOML

[tool.isort]
known_first_party = ["plinth"]
[tool.coverage.run]
branch = true
omit = ["*/tests/*"]
[tool.coverage.report]
precision = 2
omit = ["*/tests/*"]
[tool.pytest.ini_options]
addopts = "--ds=plinth.tests.data.django_test_settings"
markers = [
"essential",
"functional",
"skip",
"heavy",
"apps",
"avahi",
"backups",
"bepasty",
"bind",
"calibre",
"cockpit",
"config",
"coturn",
"datetime",
"deluge",
"domain",
"dynamicdns",
"ejabberd",
"email",
"gitweb",
"help",
"i2p",
"ikiwiki",
"infinoted",
"janus",
"jsxc",
"matrixsynapse",
"mediawiki",
"minetest",
"minidlna",
"mumble",
"openvpn",
"pagekite",
"performance",
"privoxy",
"quassel",
"radicale",
"roundcube",
"samba",
"searx",
"security",
"shaarli",
"shadowsocks",
"sharing",
"snapshot",
"ssh",
"sso",
"storage",
"syncthing",
"system",
"tor",
"transmission",
"ttrss",
"upgrades",
"users",
"wireguard",
"wordpress",
"zoph",
]