- [tool.poetry]
- name = "cell_loader_ctr"
- version = "0.1.0"
- description = "Cell Loader Control System"
- [tool.poetry.dependencies]
- python = "^3.8"
- pydantic = "^2.0.0"
- PyYAML = "^6.0"
- [build-system]
- requires = ["poetry-core>=1.0.0"]
- build-backend = "poetry.core.masonry.api"
|