[tool.poetry] name = "romtool" version = "0.1.0" description = "Ad-hoc tools for automating tedious preservation tasks" authors = ["Jeremy Penner "] [tool.poetry.dependencies] python = "^3.12" pyinsane2 = "^2.0" opencv-python = "^4.1" imutils = "^0.5.3" matplotlib = "^3.1" [tool.poetry.dev-dependencies] pytest = "^8.0" flake8 = "^7.1" black = "^24.8" jupyter = "^1.0" [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api"