mirror of
https://github.com/rjNemo/pysg
synced 2026-06-06 02:36:40 +00:00
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.5. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 lines
345 B
TOML
17 lines
345 B
TOML
[tool.poetry]
|
|
name = "pysg"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Ruidy <ruidy.nemausat@gmail.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
loguru = "^0.7.0"
|
|
jinja2 = "^3.1.5"
|
|
typer = {extras = ["all"], version = "^0.9.0"}
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|