Unverified Commit a01be939 authored by Mikhail Tergoev's avatar Mikhail Tergoev Committed by GitHub

Merge pull request #11 from ILAct1mel/main

poetry-steamgrid fix
parents 02eed29d a19804a8
......@@ -408,6 +408,19 @@ full = ["python-steam-api[all]"]
style = ["codespell[toml] (>=2.2.4)", "isort", "ruff (>=0.1.8)", "toml-sort", "yamllint"]
[[package]]
name = "python-steamgriddb"
version = "1.0.5"
description = "A Python wrapper for SteamGridDB's API"
optional = false
python-versions = "*"
files = [
{file = "python-steamgriddb-1.0.5.tar.gz", hash = "sha256:036db7bb09865da73b40b68cf04fb9675cd18b4908275092d91f37bf16245069"},
]
[package.dependencies]
requests = "*"
[[package]]
name = "requests"
version = "2.31.0"
description = "Python HTTP for Humans."
......@@ -498,4 +511,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.11,<3.13"
content-hash = "a19b74dab3d3d62bbdfc01b2ab1b7d011607b45cd0601e65f6a83f16603ce099"
content-hash = "25bf5edd372b37ccd07dd1f5dd40b16fe884c5ab918957b9a2f5c282b0a7dfd4"
......@@ -16,6 +16,7 @@ requests = "^2.31.0"
desktop-parser = "^0.1.1"
pygame = "^2.5.2"
python-steam-api = "^2.0"
python-steamgriddb = "^1.0.5"
[tool.poetry.group.dev.dependencies]
mypy = "^1.9.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment