Sketch_AI / pyproject.toml
Wiuhh's picture
Upload 8 files
c33ad35 verified
raw
history blame contribute delete
264 Bytes
[project]
name = "repl-nix-workspace"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.11"
dependencies = [
"flask>=3.1.2",
"matplotlib>=3.10.6",
"numpy>=2.3.3",
"opencv-python>=4.11.0.86",
"pillow>=11.3.0",
]