mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-05 10:26:41 +00:00
Some checks failed
Deploy to Github Pages / deploy (push) Has been cancelled
14 lines
299 B
TOML
14 lines
299 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.1",
|
|
"mkdocs-material>=9.5.34",
|
|
"pillow>=10.4.0",
|
|
"cairosvg>=2.7.1",
|
|
]
|