Premier commit
This commit is contained in:
14
pyproject.toml
Normal file
14
pyproject.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[project]
|
||||
name = "blog"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"black>=25.1.0",
|
||||
"flake8>=7.2.0",
|
||||
"jinja2>=3.1.6",
|
||||
"markdown>=3.8",
|
||||
"pygments>=2.19.1",
|
||||
"pyyaml>=6.0.2",
|
||||
]
|
Reference in New Issue
Block a user