You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
blog/pyproject.toml

18 lines
314 B
TOML

[tool.poetry]
name = "blogduyax"
version = "0.1.0"
description = ""
authors = ["Yax"]
[tool.poetry.dependencies]
python = "^3.8"
requests = "^2.25.1"
Pygments = "^2.7.3"
mistune = "^0.8.4"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"