Маленькие правки и обновления README

This commit is contained in:
2026-01-16 09:54:47 +03:00
parent 636ce6f914
commit fc7cc89301
5 changed files with 186 additions and 21 deletions

View File

@ -1,16 +1,11 @@
[project]
name = "twitchclient"
version = "1.0.7"
version = "1.1.0"
description = "Client for Twitch API"
readme = "README.md"
authors = [
{ name = "Miwory", email = "miwory.uwu@gmail.com" }
]
authors = [{ name = "Miwory", email = "miwory.uwu@gmail.com" }]
requires-python = ">=3.13"
dependencies = [
"aiohttpx>=1.3,<=2.0",
"pydantic>=2.12,<=2.13",
]
dependencies = ["aiohttpx>=1.3,<=2.0", "pydantic>=2.12,<=2.13"]
[build-system]
requires = ["uv_build>=0.9.2,<0.10.0"]
@ -18,10 +13,10 @@ build-backend = "uv_build"
[project.optional-dependencies]
dev = [
"ruff==0.14.9",
"pyright==1.1.407",
"poethepoet==0.38.0",
"pre-commit==4.5.0",
"ruff==0.14.13",
"pyright==1.1.408",
"poethepoet==0.40.0",
"pre-commit==4.5.1",
]
[[tool.uv.index]]