view blender/pyproject.toml @ 2458:0e27ba33118c default tip

better blender<->asco playback cooperation. still no play support in blender; only seek
author drewp@bigasterisk.com
date Tue, 20 May 2025 16:25:06 -0700
parents b23afde50bc2
children
line wrap: on
line source

[project]
name = "light9_sync"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
    {name = "drew", email = "drewp@bigasterisk.com"},
]
dependencies = [
    "rdflib==7.0.0",
    "aiohttp==3.9.5",
    "twisted>=24.11.0",
    "coloredlogs>=15.0.1",
    "noise>=1.2.2",
    "pillow==10.3.0",
    "webcolors>=24.11.1",
]
requires-python = "==3.11.*"
readme = "README.md"
license = {text = "MIT"}


[tool.pdm]
distribution = false