mirror of
https://github.com/ihmily/DouyinLiveRecorder.git
synced 2025-12-25 21:36:46 +08:00
24 lines
607 B
TOML
24 lines
607 B
TOML
[project]
|
|
name = "douyinliverecorder"
|
|
version = "4.0.2"
|
|
description = "An easy tool for recording live streams"
|
|
authors = [{ name = "Hmily" }]
|
|
license = {text = "MIT"}
|
|
readme = "README.md"
|
|
urls = {Repository = "https://github.com/ihmily/DouyinLiveRecorder"}
|
|
keywords = ["douyin", "live", "recorder"]
|
|
requires-python = ">=3.10,<4.0"
|
|
|
|
dependencies = [
|
|
"requests>=2.31.0",
|
|
"loguru>=0.7.3",
|
|
"pycryptodome>=3.20.0",
|
|
"distro>=1.9.0",
|
|
"tqdm>=4.67.1",
|
|
"httpx[http2]>=0.28.1",
|
|
"PyExecJS>=1.5.1"
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api" |