cantomap / pyproject.toml
wcyat's picture
initial commit
b586e31 unverified
raw
history blame contribute delete
No virus
333 Bytes
[tool.poetry]
name = "cantomap"
version = "0.1.0"
description = ""
authors = ["wcyat <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
pandas = "^2.2.0"
pydub = "^0.25.1"
pyarrow = "^15.0.0"
datasets = "^2.16.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"