mirror of
https://github.com/penpot/penpot-mcp.git
synced 2026-04-25 11:18:37 +00:00
21 lines
469 B
TOML
21 lines
469 B
TOML
[project]
|
|
authors = ["Oraios AI <info@oraios-ai.de>"]
|
|
channels = ["conda-forge"]
|
|
description = "Scripts supporting the development of the Penpot MCP server"
|
|
name = "penpot-mcp-scripts"
|
|
platforms = ["win-64"]
|
|
version = "0.1.0"
|
|
|
|
[tasks]
|
|
|
|
[dependencies]
|
|
python = "3.11.*"
|
|
pixi-pycharm = ">=0.0.9,<0.0.10"
|
|
beautifulsoup4 = ">=4.13.5,<5"
|
|
markdownify = ">=1.1.0,<2"
|
|
requests = ">=2.32.5,<3"
|
|
"ruamel.yaml" = ">=0.18.15,<0.19"
|
|
|
|
[pypi-dependencies]
|
|
sensai-utils = ">=1.5.0, <2"
|