Skip to content

Commit bd8a8ce

Browse files
authored
suppression lxml non utilisé
1 parent 976012a commit bd8a8ce

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

core/class/enphasesecur.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static function dependancy_info() {
4343
}
4444
else
4545
{
46-
$deps = array('PyJWT', 'asyncio', 'httpx', 'lxml', 'html5lib', 'html-parser', 'six', 'requests', 'serial', 'pyudev');
46+
$deps = array('PyJWT', 'asyncio', 'httpx', 'html5lib', 'html-parser', 'six', 'requests', 'serial', 'pyudev');
4747
$return['state'] = 'ok';
4848
$output = array();
4949
$venv = realpath(__DIR__ .'/../../resources/') .'/venv/bin/pip3';

docs/fr_FR/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
>
55
>S'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte.
66
7+
# 18/02/2024
8+
Suppression Lxml non utilisé
9+
710
# 13/11/2023
811
ajout batterie 3t
912

docs/fr_FR/changelog_beta.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
>
55
>S'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte.
66
7+
# 18/02/2024
8+
Suppression Lxml non utilisé
9+
10+
# 13/11/2023
11+
ajout batterie 3t
12+
713
# 31/10/2023
814
Test nouvelle page pour les batteries 3t iq
915

resources/install_apt.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ echo 88 > ${PROGRESS_FILE}
4949
sudo -u www-data $BASEDIR/venv/bin/pip3 install --no-cache-dir asyncio
5050
echo 90 > ${PROGRESS_FILE}
5151
sudo -u www-data $BASEDIR/venv/bin/pip3 install --no-cache-dir httpx
52-
echo 92 > ${PROGRESS_FILE}
53-
sudo -u www-data $BASEDIR/venv/bin/pip3 install --no-cache-dir lxml
52+
# echo 92 > ${PROGRESS_FILE}
53+
# sudo -u www-data $BASEDIR/venv/bin/pip3 install --no-cache-dir lxml
5454
echo 94 > ${PROGRESS_FILE}
5555
sudo -u www-data $BASEDIR/venv/bin/pip3 install --no-cache-dir html-parser
5656
echo 96 > ${PROGRESS_FILE}

0 commit comments

Comments
 (0)