mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-08 11:56:41 +00:00
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.4.3 to 1.5.1. - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](https://github.com/mkdocs/mkdocs/compare/1.4.3...1.5.1) --- updated-dependencies: - dependency-name: mkdocs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
401 B
TOML
19 lines
401 B
TOML
[tool.poetry]
|
|
name = "programming-notes"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Marcello Lamonaca <marcello@lamonaca.eu>"]
|
|
license = "MIT"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
mkdocs = "^1.5.1"
|
|
mkdocs-material = "^9.1.16"
|
|
pillow = "^10.0.0"
|
|
cairosvg = "^2.7.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|