~nicoco/sleamdge

0201798ab2dff34154b38670d11f02d19fda2660 — nicoco 8 months ago 6ab9df8
build: pin steamio 1.0.1
1 files changed, 2 insertions(+), 5 deletions(-)

M pyproject.toml
M pyproject.toml => pyproject.toml +2 -5
@@ 6,16 6,13 @@ authors = ["nicoco <nicoco@nicoco.fr>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11"
steamio = "1.0.1"

[tool.poetry.dependencies.slidge]
git = "https://git.sr.ht/~nicoco/slidge"
branch = "master"

[tool.poetry.dependencies.steamio]
git = "https://github.com/Gobot1234/steam.py.git"
branch = "main"

[tool.poetry.group.dev.dependencies]
pytest-asyncio = "^0.21.0"
black = "^23.3.0"