first commit
This commit is contained in:
11
pyproject.toml
Normal file
11
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user