Bopytex/pyproject.toml

22 lines
498 B
TOML

[tool.poetry]
name = "bopytex"
version = "1.0.0rc1"
description = "Command line tool for compiling latex with python command embedded"
authors = ["Bertrand Benjamin <benjamin.bertrand@opytex.org>"]
license = "GPLv3"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
click = "^8.1.3"
Jinja2 = "^3.1.2"
[tool.poetry.dev-dependencies]
pre-commit = "^2.20.0"
tox = "^3.25.1"
pytest = "^7.1.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"