16 lines
368 B
TOML
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"
|