mirror of
https://github.com/glomatico/gamdl.git
synced 2026-06-13 04:05:14 +03:00
Update project config and dependencies
This commit is contained in:
+2
-2
@@ -2,6 +2,6 @@
|
|||||||
__pycache__
|
__pycache__
|
||||||
!gamdl
|
!gamdl
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
!.python-version
|
||||||
!pyproject.toml
|
!pyproject.toml
|
||||||
!README.md
|
!README.mds
|
||||||
!requirements.txt
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
3.10
|
||||||
+15
-22
@@ -1,28 +1,21 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "gamdl"
|
name = "gamdl"
|
||||||
|
version = "2.7"
|
||||||
description = "A command-line app for downloading Apple Music songs, music videos and post videos."
|
description = "A command-line app for downloading Apple Music songs, music videos and post videos."
|
||||||
requires-python = ">=3.10"
|
|
||||||
authors = [{ name = "glomatico" }]
|
|
||||||
dependencies = [
|
|
||||||
"click",
|
|
||||||
"colorama",
|
|
||||||
"inquirerpy",
|
|
||||||
"m3u8",
|
|
||||||
"mutagen",
|
|
||||||
"pillow",
|
|
||||||
"pywidevine",
|
|
||||||
"yt-dlp",
|
|
||||||
]
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
dynamic = ["version"]
|
license = { file = "LICENSE" }
|
||||||
|
requires-python = ">=3.10"
|
||||||
[project.urls]
|
dependencies = [
|
||||||
homepage = "https://github.com/glomatico/gamdl"
|
"async-lru>=2.0.5",
|
||||||
repository = "https://github.com/glomatico/gamdl"
|
"click>=8.3.0",
|
||||||
|
"httpx>=0.28.1",
|
||||||
[build-system]
|
"inquirerpy>=0.3.4",
|
||||||
requires = ["flit_core"]
|
"m3u8>=6.0.0",
|
||||||
build-backend = "flit_core.buildapi"
|
"mutagen>=1.47.0",
|
||||||
|
"pillow>=12.0.0",
|
||||||
|
"pywidevine>=1.8.0",
|
||||||
|
"yt-dlp>=2025.10.22",
|
||||||
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
gamdl = "gamdl.cli:main"
|
gamdl = "gamdl.cli.cli:main"
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
click
|
|
||||||
colorama
|
|
||||||
inquirerpy
|
|
||||||
m3u8
|
|
||||||
mutagen
|
|
||||||
pillow
|
|
||||||
pywidevine
|
|
||||||
pyyaml
|
|
||||||
termcolor
|
|
||||||
yt-dlp
|
|
||||||
Reference in New Issue
Block a user