Rye migration. Mistune upgrade
This commit is contained in:
parent
e73eca5c15
commit
8c15dadbb1
7 changed files with 79 additions and 323 deletions
|
|
@ -1,20 +1,28 @@
|
|||
[tool.poetry]
|
||||
name = "blogduyax"
|
||||
version = "1.0.0"
|
||||
description = ""
|
||||
authors = ["Yax"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.0,<3.12"
|
||||
requests = "^2.25.1"
|
||||
Pygments = "^2.7.4"
|
||||
mistune = "^2.0.3"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pyinstaller = "^5.9.0"
|
||||
[project]
|
||||
name = "blog"
|
||||
version = "1.1"
|
||||
description = "Blog du Yax"
|
||||
authors = [
|
||||
{ name = "Yax" }
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"requests>=2.31.0",
|
||||
"pygments>=2.17.1",
|
||||
"mistune>=3.0.2",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.rye]
|
||||
managed = true
|
||||
dev-dependencies = [
|
||||
"black>=23.10.1",
|
||||
"pyinstaller>=6.1.0",
|
||||
]
|
||||
|
||||
[tool.hatch.metadata]
|
||||
allow-direct-references = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue