first commit
This commit is contained in:
commit
5893b00dd2
1669 changed files with 1982740 additions and 0 deletions
40
libraries/FastLED/pyproject.toml
Normal file
40
libraries/FastLED/pyproject.toml
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
[project]
|
||||
name = "ci"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"platformio==6.1.18",
|
||||
"fastled-wasm",
|
||||
"python-dateutil",
|
||||
"ruff",
|
||||
"mypy",
|
||||
"pyright",
|
||||
"types-python-dateutil",
|
||||
"clang-format",
|
||||
"isort",
|
||||
"black",
|
||||
"pip",
|
||||
"pytest",
|
||||
"pytest-xdist",
|
||||
"fpvgcc",
|
||||
"uv",
|
||||
"ziglang",
|
||||
"ninja",
|
||||
"cmake",
|
||||
"download",
|
||||
"fastled>=1.2.26",
|
||||
"playwright",
|
||||
"download",
|
||||
"httpx",
|
||||
"pytest-xdist",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling", "hatch-requirements-txt"]
|
||||
build-backend = "hatchling.build"
|
||||
[tool.hatch.build.targets.wheel]
|
||||
|
||||
[tool.hatch.build]
|
||||
packages = ["ci/ci"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue