mirror of
https://github.com/ghndrx/shellmate.git
synced 2026-02-10 06:45:02 +00:00
chore: bump to latest package versions (Python 3.12+)
This commit is contained in:
@@ -5,25 +5,25 @@ description = "SSH into chess mastery - Terminal chess over SSH"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
authors = [{ name = "Greg Hendrickson", email = "greg@gregh.dev" }]
|
authors = [{ name = "Greg Hendrickson", email = "greg@gregh.dev" }]
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"textual>=0.50.0",
|
"textual>=7.4.0",
|
||||||
"python-chess>=1.10.0",
|
"python-chess>=1.999",
|
||||||
"asyncssh>=2.14.0",
|
"asyncssh>=2.22.0",
|
||||||
"redis>=5.0.0",
|
"redis>=7.1.0",
|
||||||
"asyncpg>=0.29.0",
|
"asyncpg>=0.30.0",
|
||||||
"stockfish>=3.28.0",
|
"stockfish>=4.0.6",
|
||||||
"rich>=13.7.0",
|
"rich>=14.3.0",
|
||||||
"pydantic>=2.5.0",
|
"pydantic>=2.12.0",
|
||||||
"pydantic-settings>=2.1.0",
|
"pydantic-settings>=2.7.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = [
|
||||||
"pytest>=8.0.0",
|
"pytest>=8.3.0",
|
||||||
"pytest-asyncio>=0.23.0",
|
"pytest-asyncio>=0.25.0",
|
||||||
"ruff>=0.2.0",
|
"ruff>=0.9.0",
|
||||||
"mypy>=1.8.0",
|
"mypy>=1.14.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
@@ -36,11 +36,11 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 100
|
line-length = 100
|
||||||
target-version = "py311"
|
target-version = "py312"
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
select = ["E", "F", "I", "N", "W", "UP"]
|
select = ["E", "F", "I", "N", "W", "UP"]
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
python_version = "3.11"
|
python_version = "3.12"
|
||||||
strict = true
|
strict = true
|
||||||
|
|||||||
Reference in New Issue
Block a user