mirror of
https://github.com/asterisk727/two-torial.git
synced 2026-09-22 23:08:03 +03:00
10 lines
231 B
TOML
10 lines
231 B
TOML
[project]
|
|
name = "re-two-torial"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"fontawesome-markdown>=0.2.6",
|
|
"mkdocs>=1.6.1",
|
|
"mkdocs-git-revision-date-localized-plugin>=1.4.7",
|
|
"mkdocs-material>=9.6.21",
|
|
] |