1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-05 11:46:04 +00:00
Files
fep/scripts/pyproject.toml
T

22 lines
447 B
TOML
Raw Normal View History

2025-11-01 08:40:20 +01:00
[project]
name = "fep"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"mkdocs>=1.6.1",
"mkdocs-material[imaging]>=9.5.40",
"pytest>=8.3.4",
"markdown>=3.7",
"pytest-watcher>=0.4.3",
"markdown-callouts>=0.4.0",
"fep",
"nh3>=0.3.0",
]
[tool.setuptools]
packages = ["fep_tools"]
2026-03-23 17:39:17 +01:00
[tool.pytest.ini_options]
norecursedirs = ["docs", "build"]