This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
GalacticFactory-Legacy/pyproject.toml
SeaswimmerTheFsh 60f74a9f82
Some checks failed
Build Documentation / Build Documentation (push) Failing after 3s
Build Exported Instance Files / Build Prism Launcher Export (push) Successful in 4s
Build Exported Instance Files / Build ATLauncher Export (push) Successful in 4s
fixed incorrect python version for docs
2024-02-05 18:36:51 -05:00

20 lines
564 B
TOML

[tool.poetry]
name = "galacticfactory-docs"
version = "0.1.0"
description = "Documentation for the GalacticFactory modpack"
authors = ["GalacticFactory <contact@galacticfactory.cc>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
mkdocs = "1.5.3"
mkdocs-git-authors-plugin = "0.7.2"
mkdocs-git-revision-date-localized-plugin = "1.2.2"
mkdocs-material = {extras = ["imaging"], version = "^9.5.2"}
mkdocs-redirects = "^1.2.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"