update: pivot to http protocol

This commit is contained in:
2026-05-21 18:01:03 +08:00
parent 21982afd64
commit beacca6bb0
8 changed files with 171 additions and 166 deletions

View File

@@ -4,16 +4,12 @@ build-backend = "setuptools.build_meta"
[project]
name = "common"
description = "Reusable code stubs"
version = "0.1.14"
description = "Commonly reusable code"
version = "0.1.15"
requires-python = ">=3.13"
authors = [
{ name="BreakerBear", email="breakerbear@autistic.men" },
]
dependencies = [
"trio",
"trio-websocket",
]
[project.optional-dependencies]
selenium = ["selenium"]