mirror of
https://github.com/alexta69/metube.git
synced 2026-03-03 02:57:02 +00:00
move to uv package manager
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[project]
|
||||
name = "metube"
|
||||
version = "0.1.0"
|
||||
description = "Web GUI for youtube-dl (using yt-dlp) with playlist support"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"aiohttp",
|
||||
"python-socketio>=5.0,<6.0",
|
||||
"yt-dlp[default,curl-cffi]",
|
||||
"mutagen",
|
||||
"curl-cffi",
|
||||
"watchfiles",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pylint",
|
||||
]
|
||||
Reference in New Issue
Block a user