flandre/pyproject.toml

23 lines
515 B
TOML
Raw Normal View History

2025-01-06 11:21:04 +08:00
[project]
name = "flandre"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
2025-02-26 16:22:09 +08:00
requires-python = ">=3.12,<3.13"
2025-01-06 11:21:04 +08:00
dependencies = [
"aiohttp-cors>=0.7.0",
"cupy-cuda12x>=13.3.0",
"opencv-python>=4.10.0.84",
"pyqt6-fluent-widgets[full]>=1.7.4",
"pyqt6>=6.8.0",
"pyzmq>=26.2.0",
"scipy>=1.14.1",
"tqdm>=4.67.1",
"vtk>=9.4.0",
2025-01-13 14:21:01 +08:00
"jupyter>=1.1.1",
2025-02-26 16:22:09 +08:00
"python-miio>=0.5.12",
2025-03-03 22:22:06 +08:00
"click>=8.1.8",
"mido[ports-rtmidi]>=1.3.3",
"pyjoystick>=1.2.4",
2025-01-06 11:21:04 +08:00
]