29 lines
759 B
TOML
29 lines
759 B
TOML
[tool.poetry]
|
|
name = "shazamio"
|
|
version = "0.0.6"
|
|
description = "Is a asynchronous framework from reverse engineered Shazam API written in Python 3.8+ with asyncio and aiohttp."
|
|
authors = ["dotX12"]
|
|
license = "MIT License"
|
|
keywords = ["python", "shazam", "music", "recognize", "api", "async", "asyncio", "aiohttp", "identification"]
|
|
readme = "README.md"
|
|
homepage = "https://github.com/dotX12/ShazamIO"
|
|
repository = "https://github.com/dotX12/ShazamIO"
|
|
include = [
|
|
"README.md",
|
|
"LICENSE.txt"
|
|
]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
numpy = "^1.24.0"
|
|
aiohttp = "^3.8.3"
|
|
pydub = "^0.25.1"
|
|
dataclass-factory = "2.16"
|
|
aiofiles = "*"
|
|
anyio = "^3.6.2"
|
|
pydantic = "*"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|