-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (27 loc) · 789 Bytes
/
pyproject.toml
File metadata and controls
31 lines (27 loc) · 789 Bytes
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
31
[tool.poetry]
name = "TikLocal"
version = "0.8.19"
description = "A local media server that combines the features of TikTok and Pinterest"
authors = ["ChanMo <chan.mo@outlook.com>"]
readme = "README.md"
license = "MIT"
homepage = "https://github.com/ChanMo/TikLocal"
repository = "https://github.com/ChanMo/TikLocal"
keywords = ["tiklocal", "tiktok", "douyin", "jellyfin", "vlc"]
[tool.poetry.scripts]
tiklocal = 'tiklocal.run:main'
[tool.poetry.dependencies]
python = ">=3.10,<4.0"
flask = "^3.1.0"
waitress = "^3.0.2"
pyyaml = "^6.0"
requests = "^2.32.0"
pillow = "^11.0.0"
pytest = "^9.0.2"
[[tool.poetry.source]]
name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple"
priority = "primary"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"