27 lines
550 B
TOML
27 lines
550 B
TOML
[project]
|
|
name = "motor-scan"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"fastapi>=0.128.0",
|
|
"gpiozero>=2.0.1",
|
|
"luma.oled",
|
|
"matplotlib>=3.8.0",
|
|
"nmcli",
|
|
"numpy>=2.4.0",
|
|
"pillow>=10.0.0",
|
|
"pigpio>=1.78",
|
|
"pyserial>=3.5",
|
|
"pyusb>=1.3.1",
|
|
"pyvisa>=1.16.0",
|
|
"pyvisa-py>=0.8.1",
|
|
"qrcode[pil]>=7.4.2",
|
|
"uvicorn[standard]>=0.35.0",
|
|
]
|
|
|
|
[[tool.uv.index]]
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
default = true
|