Replace poetry /rye with uv

This commit is contained in:
Yax 2024-12-09 15:05:33 +01:00
parent ad89cefc87
commit 4411b0c23b
9 changed files with 208 additions and 100 deletions

View file

@ -1,28 +1,19 @@
[project]
name = "blog"
version = "1.1"
version = "1.2"
description = "Blog du Yax"
readme = "README.md"
authors = [
{ name = "Yax" }
]
readme = "README.md"
requires-python = ">= 3.8"
requires-python = ">=3.13"
dependencies = [
"requests>=2.31.0",
"pygments>=2.17.1",
"mistune>=3.0.2",
"pygments>=2.18.0",
"requests>=2.32.3",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = [
"black>=23.10.1",
"pyinstaller>=6.1.0",
[dependency-groups]
dev = [
"black>=24.10.0",
]
[tool.hatch.metadata]
allow-direct-references = true