Added Poetry

This commit is contained in:
Fabio Scotto di Santolo
2024-11-01 11:19:14 +01:00
parent 25a44ab143
commit 411c99b3bc
2 changed files with 17 additions and 1 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[tool.poetry]
name = "music-organizer"
version = "0.1.0"
description = "Project for recognize automatically and organize music folders"
authors = ["Fabio Scotto di Santolo <fabio.scottodisantolo@gmail.com>"]
license = "GPLv3"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.13"
python-magic = "^0.4.27"
shazamio = "^0.7.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

View File

@@ -1,2 +1,2 @@
python-magic~=0.4.27
shazamio~=0.6.0
shazamio~=0.7.0