flandre/pyproject.toml

27 lines
585 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 = [
"cupy-cuda12x>=13.3.0",
"opencv-python>=4.10.0.84",
"pyqt6>=6.8.0",
"pyzmq>=26.2.0",
"scipy>=1.14.1",
"tqdm>=4.67.1",
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-04-12 00:34:24 +08:00
"platformdirs>=4.3.6",
2025-04-12 23:53:05 +08:00
"zstd>=1.5.6.7",
2025-04-13 16:47:14 +08:00
"matplotlib>=3.10.1",
2025-01-06 11:21:04 +08:00
]
2025-04-12 16:40:57 +08:00
[tool.setuptools.packages.find]
exclude = ["bak", "test"]
include = ["flandre*"]