13 lines
265 B
TOML
13 lines
265 B
TOML
[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",
|
|
]
|