21 lines
418 B
TOML
21 lines
418 B
TOML
[project]
|
|
name = "aaregui"
|
|
version = "0.1.0"
|
|
description = "Beamline control GUI"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"pyjwt==2.10.1",
|
|
"pyzmq==26.4.0",
|
|
"opencv-python-headless==4.11.0.86",
|
|
"PySide6==6.9.0",
|
|
"aaredaqlib==0.1.0"
|
|
]
|
|
|
|
[lint]
|
|
ignore = ["F401", "F541", "W503", "W504"]
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=75.6.0"]
|
|
build-backend = "setuptools.build_meta"
|