15 lines
353 B
TOML
15 lines
353 B
TOML
[tool.poetry]
|
|
name = "pyrelacs"
|
|
version = "0.1.0"
|
|
description = "Relaxed ELectrophysiology Acquisition, Control, and Stimulation in python"
|
|
authors = ["wendtalexander <wendtalexander@protonmail.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|