mirror of
https://github.com/ihmily/DouyinLiveRecorder.git
synced 2025-12-26 05:48:32 +08:00
26 lines
632 B
TOML
26 lines
632 B
TOML
[project]
|
|
requires-python = ">=3.10,<3.13"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry]
|
|
name = "douyinliverecorder"
|
|
version = "3.0.9"
|
|
description = "An easy tool for recording live streams"
|
|
authors = ["Hmily"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
homepage = "https://github.com/ihmily/DouyinLiveRecorder"
|
|
repository = "https://github.com/ihmily/DouyinLiveRecorder"
|
|
keywords = ["douyin", "live", "recorder"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
requests = "^2.25.1"
|
|
PyExecJS = "^1.5.1"
|
|
loguru = "^0.5.3"
|
|
pycryptodome = "^3.10.1"
|
|
distro = "^1.9.0"
|
|
tqdm = "^4.66.5" |