mirror of
https://github.com/alecthomas/chroma.git
synced 2026-06-20 11:35:42 +02:00
11 lines
205 B
TOML
11 lines
205 B
TOML
[project]
|
|
name = "chromatools"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"pygments>=2.19.1",
|
|
"pystache>=0.6.8",
|
|
]
|