File size: 274 Bytes
63a30f4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
[project]
name = "python-code-gifs"
version = "0.1.0"
description = "Create animated code gifs"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"cairosvg>=2.7.1",
"gradio>=5.13.2",
"numpy>=2.2.2",
"pillow>=11.1.0",
"pygments>=2.19.1",
]
|