Init poetry project
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user