[tool.poetry] name = "stopwatch" version = "0.0.1" description = "Project for NSV course, simple stopwatch" authors = ["Frantisek Bohacek "] readme = "README.md" [tool.poetry.dependencies] python = "^3.11" vunit-hdl = "^4.7.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"