22 lines
521 B
TOML
22 lines
521 B
TOML
[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]
|
|
python = "^3.7"
|
|
pyinsane2 = "^2.0"
|
|
opencv-python = "^4.1"
|
|
imutils = "^0.5.3"
|
|
matplotlib = "^3.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^3.0"
|
|
flake8 = "^3.7"
|
|
black = {version = "^18.3-alpha.0", allows-prereleases = true}
|
|
jupyter = "^1.0"
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|