2019-09-23 02:35:04 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "romtool"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Ad-hoc tools for automating tedious preservation tasks"
|
|
|
|
authors = ["Jeremy Penner <jeremy@sporktania.com>"]
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2024-09-22 03:11:40 +00:00
|
|
|
python = "^3.12"
|
2024-09-22 00:22:42 +00:00
|
|
|
pyinsane2 = "^2.0"
|
|
|
|
opencv-python = "^4.1"
|
|
|
|
imutils = "^0.5.3"
|
|
|
|
matplotlib = "^3.1"
|
2019-09-23 02:35:04 +00:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2024-09-22 03:11:40 +00:00
|
|
|
pytest = "^8.0"
|
|
|
|
flake8 = "^7.1"
|
|
|
|
black = "^24.8"
|
2019-09-23 02:35:04 +00:00
|
|
|
jupyter = "^1.0"
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry>=0.12"]
|
|
|
|
build-backend = "poetry.masonry.api"
|