Commit db24ee8 1 parent d2353af commit db24ee8 Copy full SHA for db24ee8
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ pyro5==5.12
27
27
pyserial == 3.5
28
28
python-dateutil == 2.8.2
29
29
requests == 2.26.0
30
- setuptools == 58.2 .0
30
+ setuptools == 60.6 .0
31
31
SQLAlchemy == 1.4.26
32
32
Werkzeug == 2.0.2
33
33
WTForms == 2.3.3
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ MCB2835_URL="http://www.airspayce.com/mikem/bcm2835/bcm2835-1.50.tar.gz"
19
19
WIRINGPI_URL=" https://project-downloads.drogon.net/wiringpi-latest.deb"
20
20
INFLUXDB_VERSION=" 1.8.0"
21
21
VIRTUALENV_VERSION=" 20.7.0"
22
+ SETUPTOOLS_VERSION=" 60.6.0"
22
23
23
24
# Required apt packages. This has been tested with Raspbian for the
24
25
# Raspberry Pi and Ubuntu, it should work with most Debian-based systems.
@@ -463,7 +464,7 @@ case "${1:-''}" in
463
464
if [[ ! -d ${MYCODO_PATH} /env ]]; then
464
465
printf " \n## Error: Virtualenv doesn't exist. Create with %s setup-virtualenv\n" " ${0} "
465
466
else
466
- " ${MYCODO_PATH} " /env/bin/python -m pip install --upgrade pip setuptools
467
+ " ${MYCODO_PATH} " /env/bin/python -m pip install --upgrade pip setuptools== " ${SETUPTOOLS_VERSION} "
467
468
" ${MYCODO_PATH} " /env/bin/python -m pip install --upgrade -r " ${MYCODO_PATH} " /install/requirements.txt
468
469
" ${MYCODO_PATH} " /env/bin/python -m pip install --upgrade -r " ${MYCODO_PATH} " /install/requirements-rpi.txt
469
470
" ${MYCODO_PATH} " /env/bin/python -m pip install --upgrade -r " ${MYCODO_PATH} " /install/requirements-testing.txt
@@ -591,7 +592,7 @@ case "${1:-''}" in
591
592
;;
592
593
' docker-update-pip-packages' )
593
594
printf " \n#### Installing pip requirements\n"
594
- " ${MYCODO_PATH} " /env/bin/python -m pip install --upgrade pip setuptools
595
+ " ${MYCODO_PATH} " /env/bin/python -m pip install --upgrade pip setuptools== " ${SETUPTOOLS_VERSION} "
595
596
" ${MYCODO_PATH} " /env/bin/python -m pip install --no-cache-dir -r /home/mycodo/install/requirements.txt
596
597
;;
597
598
' install-docker-ce-cli' )
You can’t perform that action at this time.
0 commit comments