mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-07-21 12:38:01 +00:00
14 lines
290 B
TOML
14 lines
290 B
TOML
[project]
|
|
name = "dev-notes"
|
|
version = "0.1.0"
|
|
description = ""
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
authors = ["Marcello Lamonaca <marcello@lamonaca.eu>"]
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"mkdocs>=1.6",
|
|
"mkdocs-material>=9.6",
|
|
"pillow>=11.3",
|
|
"cairosvg>=2.8",
|
|
]
|