Files
medtrace-synth/pyproject.toml

24 lines
568 B
TOML

[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[project]
name = "medtrace-synth"
description = "Synthesized biometric signals service"
urls = { "gitlab" = "https://gitlab.pojagi.org/tjb1982/medtrace-synth" }
authors = [
{ name = "Tom Brennan", email = "tjb1982@gmail.com" },
]
readme = "README.md"
requires-python = ">=3.8"
classifiers = []
dependencies = [
# "pydantic==1.10.2",
"pojagi-dsp==0.0.0.dev0",
# "PyYAML>=5.3.1",
"websockets==12.0",
]
version = "0.0.0.dev0"
# dynamic = ["version"]