Files
fractal-viewer/pyproject.toml
2025-05-14 15:24:16 +02:00

11 lines
354 B
TOML

[project]
name = "MandelbrotViewer"
version = "0.1.0"
description = "Mandelbrot viewer in Python using compute shaders and the Arcade and Pyglet modules."
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["arcade", "pypresence>=4.3.0"]
[tool.uv.sources]
arcade = { git = "https://github.com/pythonarcade/arcade.git", rev = "development" }