update: pivot to http protocol
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user