This commit is contained in:
LunaChocken
2026-03-17 21:59:23 +00:00
commit 7efd1b3b5f
6 changed files with 1787 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "nicegui-bandcampdl"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"bandcamp-downloader>=0.0.17",
"cachier>=4.1.0",
"loguru>=0.7.3",
"nicegui>=3.8.0",
]