mirror of
https://github.com/rightup/pyMC_Repeater.git
synced 2026-05-03 12:12:14 +02:00
Update pymc_core dependency to version 1.0.10 and correct installation messages to reflect PyPI source
This commit is contained in:
@@ -520,7 +520,7 @@ UPGRADEEOF
|
||||
clear
|
||||
echo "=== Installing Python Dependencies ==="
|
||||
echo ""
|
||||
echo "Installing pymc_repeater and dependencies (including pymc_core from GitHub)..."
|
||||
echo "Installing pymc_repeater and dependencies (including pymc_core from PyPI)..."
|
||||
echo "This may take a few minutes..."
|
||||
echo ""
|
||||
|
||||
@@ -921,7 +921,7 @@ UPGRADEEOF
|
||||
|
||||
echo "=== Installing Python Dependencies ==="
|
||||
echo ""
|
||||
echo "Updating pymc_repeater and dependencies (including pymc_core from GitHub)..."
|
||||
echo "Updating pymc_repeater and dependencies (including pymc_core from PyPI)..."
|
||||
echo "This may take a few minutes..."
|
||||
echo ""
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ keywords = ["mesh", "networking", "lora", "repeater", "daemon", "iot"]
|
||||
|
||||
|
||||
dependencies = [
|
||||
"pymc_core[hardware]@git+https://github.com/rightup/pyMC_core.git@dev",
|
||||
"pymc_core[hardware]==1.0.10",
|
||||
"pyyaml>=6.0.0",
|
||||
"cherrypy>=18.0.0",
|
||||
"paho-mqtt>=1.6.0",
|
||||
|
||||
Reference in New Issue
Block a user