18 lines
420 B
TOML
18 lines
420 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"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
click = "^8.1.3"
|
|
Jinja2 = "^3.1.2"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|