[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 = {extras = ["standard"], version = "^0.115.6"}
python-dotenv = "^1.0.1"
requests = "^2.32.3"
[tool.poetry.group.dev.dependencies]
mypy = "^1.14.1"
ruff = "^0.9.0"
types-requests = "^2.32.0"
[tool.mypy]
strict = true
[tool.ruff.lint]
select = ["E", "F", "I", "UP"]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"