File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1111** /* .mpy
1212
1313# libs
14- lib /rv3028 *
15- lib /adafruit *
16- lib /asyncio *
17- lib /neopixel.py
18- lib /pysquared /
14+ /lib /*
15+ ! /lib /requirements.txt
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ download-libraries: .venv ## Download the required libraries
2323 @if [ -n "$(LOCAL_PYSQUARED)" ]; then \
2424 $(UV) pip install $(LOCAL_PYSQUARED) --target lib --no-deps --upgrade --quiet; \
2525 else \
26- $(UV) pip install git+https://github.com/hrfarmer /pysquared --target lib --no-deps --upgrade --quiet; \
26+ $(UV) pip install git+https://github.com/proveskit /pysquared --target lib --no-deps --upgrade --quiet; \
2727 fi
2828
2929 @rm -rf lib/*.dist-info
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ omit = [
4141 " lib/asyncio_*/**" ,
4242 " lib/rv3028*/**" ,
4343 " lib/neopixel.py" ,
44+ " lib/pysquared/**"
4445 ]
4546
4647[tool .coverage .html ]
You can’t perform that action at this time.
0 commit comments