File size: 333 Bytes
b586e31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[tool.poetry]
name = "cantomap"
version = "0.1.0"
description = ""
authors = ["wcyat <wcyat@wcyat.me>"]
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"