Bring the five-panel hex portal online with a browser 3D/schematic preview, Pi SPI backends, and renamed multi-panel Pico UDP firmware. Co-authored-by: Cursor <cursoragent@cursor.com>
17 lines
280 B
TOML
17 lines
280 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
portal = {editable = true, path = "."}
|
|
"uvicorn[standard]" = "*"
|
|
fastapi = "*"
|
|
uvicorn = {extras = ["standard"], version = "*"}
|
|
pillow = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.13"
|