2023-04-23 17:18:44 +02:00
|
|
|
[tool.poetry]
|
|
|
|
name = "bandcamp-downloader-env"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = []
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.9"
|
2024-07-02 22:03:22 +02:00
|
|
|
bandcamp-downloader = {git = "https://github.com/easlice/bandcamp-downloader", tag = "0.1.2"}
|
2023-04-23 17:18:44 +02:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|