12 lines
235 B
TOML
12 lines
235 B
TOML
[project]
|
|
name = "immerse-audio-downloader"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"httpx>=0.28.1",
|
|
"lxml>=6.0.1",
|
|
"tqdm>=4.67.1",
|
|
"xmltodict>=0.15.1",
|
|
]
|