pyproject.toml 272 B

12345678910111213
  1. [tool.poetry]
  2. name = "cell_loader_ctr"
  3. version = "0.1.0"
  4. description = "Cell Loader Control System"
  5. [tool.poetry.dependencies]
  6. python = "^3.8"
  7. pydantic = "^2.0.0"
  8. PyYAML = "^6.0"
  9. [build-system]
  10. requires = ["poetry-core>=1.0.0"]
  11. build-backend = "poetry.core.masonry.api"