mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-07-23 05:27:59 +00:00
use uv
to manage dependencies
This commit is contained in:
parent
589e7837c8
commit
a3b908acaa
5 changed files with 570 additions and 1009 deletions
|
@ -1,19 +1,14 @@
|
|||
[tool.poetry]
|
||||
[project]
|
||||
name = "programming-notes"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Marcello Lamonaca <marcello@lamonaca.eu>"]
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
mkdocs = "^1.4.3"
|
||||
mkdocs-material = "^9.5.5"
|
||||
pillow = "^10.3.0"
|
||||
cairosvg = "^2.7.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
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",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue