first commit

This commit is contained in:
2025-09-14 23:51:39 -04:00
commit 825cbf2a5f
4 changed files with 257 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[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",
]