Packages

Use VISA(Virtual Instrument Software Architecture) in Elixir

Current section

Files

Jump to
ex_visa python pyproject.toml
Raw

python/pyproject.toml

[tool.poetry]
name = "pyvisa_ex"
version = "0.1.0"
description = ""
authors = ["Asato Onishi"]
[tool.poetry.dependencies]
python = "^3.9, <3.11"
pyvisa = "^1.13.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"