zmq-pubsub-player/pyproject.toml
2025-04-07 09:52:42 +02:00

16 lines
368 B
TOML

[project]
name = "zmq-pubsub-player"
version = "0.1.0"
description = ""
authors = [{ name = "Ruben van de Ven", email = "git@rubenvandeven.com" }]
requires-python = "~=3.12"
#readme = "README.md"
dependencies = [
"jsonlines>=4.0.0,<5",
"zmq>=0.0.0,<0.0.1",
"tqdm>=4.67.1,<5",
]
#[build-system]
#requires = ["hatchling"]
#build-backend = "hatchling.build"