This repository has been archived on 2025-01-10. You can view files and clone it, but cannot push or open issues or pull requests.
GameCoverApi/pyproject.toml
2025-01-09 21:16:22 +01:00

26 lines
463 B
TOML

[tool.poetry]
name = "gamecoverapi"
version = "0.1.0"
description = ""
authors = ["Michel Roux <xefir@crystalyx.net>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
fastapi = "^0.115.6"
ipfshttpclient = "^0.7.0"
[tool.poetry.group.dev.dependencies]
mypy = "^1.14.1"
ruff = "^0.9.0"
[tool.mypy]
strict = true
[tool.ruff.lint]
select = ["E", "F", "I", "UP"]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"