aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 9ee70485621b6386348e6d740158174de0fda364 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[tool.poetry]
name = "magni"
version = "0.1.0"
description = ""
authors = ["terminaldweller <thabogre@gmail.com>"]
license = "GPLv3.0"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
opencv-contrib-python-headless = "^4.6.0.66"
jinja2 = "^3.1.2"
pillow = "^9.3.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"