[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", | |
] | |