forked from auqhjjqdo/LiveRecorder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
30 lines (28 loc) · 919 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[project]
name = "LiveRecorder"
version = "0.1.0"
description = "基于Streamlink的全自动直播录制工具,已支持哔哩哔哩、斗鱼、虎牙、抖音、YouTube、Twitch等"
authors = [
{name = "auqhjjqdo", email = "[email protected]"},
]
requires-python = ">=3.8"
readme = "README.md"
license = {text = "MIT"}
keywords = ["LiveRecorder", "Live", "Streamlink", "Bilibili", "Douyu", "Douyin", "YouTube", "Twitch"]
dependencies = [
"streamlink>=6.5.0",
"httpx[http2]>=0.25.2",
"ffmpeg-python>=0.2.0",
"loguru>=0.7.2",
"jsonpath-ng>=1.6.0",
"jsengine>=1.0.7.post1",
"quickjs>=1.19.4",
"tenacity>=8.2.3",
"httpx-socks[asyncio]>=0.8.0"
]
[project.urls]
repository = "https://github.com/auqhjjqdo/LiveRecorder"
documentation = "https://github.com/auqhjjqdo/LiveRecorder#readme"
[build-system]
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"