requirements and docs update
This commit is contained in:
parent
cce8e4c606
commit
e31ae217ed
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
|||||||
# git helper Makefile: Version 2.4 (2025-08-11)
|
# git helper Makefile: Version 2.5 (2025-08-11)
|
||||||
default: help
|
default: help
|
||||||
|
|
||||||
.ONESHELL:
|
.ONESHELL:
|
||||||
@ -64,7 +64,7 @@ init: print_head
|
|||||||
# Install modules
|
# Install modules
|
||||||
#
|
#
|
||||||
echo -e "\033[1;33mInstalling modules to venv in $$BASEPATH...\e[0m"
|
echo -e "\033[1;33mInstalling modules to venv in $$BASEPATH...\e[0m"
|
||||||
for req_file in $$(find $$BASEPATH -name requirements.txt); do
|
for req_file in $$(find -L $$BASEPATH -name requirements.txt 2> /dev/null); do
|
||||||
# echo " $$req_file"
|
# echo " $$req_file"
|
||||||
while read req_mod; do
|
while read req_mod; do
|
||||||
if [[ $$req_mod = *[![:space:]]* ]]; then
|
if [[ $$req_mod = *[![:space:]]* ]]; then
|
||||||
|
2
caching
2
caching
@ -1 +1 @@
|
|||||||
Subproject commit 4cf7d83052b56bb2a713493342ca926190dac919
|
Subproject commit b259aea8160878c9d7d8029972b5e710d2c5b3d3
|
2
fstools
2
fstools
@ -1 +1 @@
|
|||||||
Subproject commit ea9ef6c5fdf9f472a9bd68ea73839c6afc4eec59
|
Subproject commit 451301ec1b490fc0f37adba1d6bb6aa8e5ed7ef1
|
2
geo
2
geo
@ -1 +1 @@
|
|||||||
Subproject commit 4f8972819903168fbcf865bd56dbbecfdd312d80
|
Subproject commit 3c89a3bd22797604fc32af3d666f8b8cf1bff513
|
2
helpers
2
helpers
@ -1 +1 @@
|
|||||||
Subproject commit 36fd1633635e145c1bd1721bbac350156fcfbffc
|
Subproject commit d850da38e8443217857c745e26385eef39bf6b89
|
2
keyboard
2
keyboard
@ -1 +1 @@
|
|||||||
Subproject commit 3ad7dba0629f4428e8112f33e5020aa452e7c129
|
Subproject commit 5525dd92efd5c075a73f6f04d6f8bc5569602946
|
2
media
2
media
@ -1 +1 @@
|
|||||||
Subproject commit a3f7374d6c7ded528496f436cbcb82100d4129fa
|
Subproject commit 503020cd4f279a61a4ad82886209524f19c1205e
|
2
mqtt
2
mqtt
@ -1 +1 @@
|
|||||||
Subproject commit a9460cc0570a7a233064b2fbd71e484877917da0
|
Subproject commit ce22b161f22ea8c4cc82e48bf348497ee15f58f2
|
2
report
2
report
@ -1 +1 @@
|
|||||||
Subproject commit c7cacde3fa05826d222030f30bd84c1520b35e58
|
Subproject commit 7dae8520186a811bcc161a3d08f321eb66480867
|
@ -1 +1 @@
|
|||||||
Subproject commit ed2096facc9b4b6a43f5210661ffe7b1239b39c5
|
Subproject commit 7ce70194eb818e0a35a315884a22341b32df9e87
|
@ -1 +1 @@
|
|||||||
Subproject commit d193772c8ff2990b7c8920bc990b2686078d095f
|
Subproject commit 3b134a2f43d95cd9c3ed109c789073b4968e5b3f
|
@ -1 +1 @@
|
|||||||
Subproject commit a4b11bb38c04320869aa88ed754901047779d061
|
Subproject commit ffcb8a7a2935c3c8a74502161e3838986e1cdf07
|
2
task
2
task
@ -1 +1 @@
|
|||||||
Subproject commit 5bb5587375087407dcbc685f927002d50b4218e4
|
Subproject commit 4833b1ec2149b39c6c751c524d4ddfab852b9e87
|
@ -1 +1 @@
|
|||||||
Subproject commit ef112cf4d4594c5fb5b194ca162b1c96fdde32c8
|
Subproject commit a7103c0d376e751cb5150ecb88703563da9faf53
|
Loading…
x
Reference in New Issue
Block a user