Init poetry project

This commit is contained in:
VergilWang15
2022-03-23 15:51:10 +08:00
commit 3d618eb43a
3 changed files with 179 additions and 0 deletions

18
pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[tool.poetry]
name = "pxua216mb-exp"
version = "0.1.0"
description = ""
authors = ["VergilWang15 <s644906481@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.10"
[tool.poetry.dev-dependencies]
sounddevice = "0.4.4"
cffi = "1.15.0"
soundfile = "^0.10.0"
numpy = "1.22.3"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"