mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Update bottle to 0.13.*
This commit is contained in:
@ -30,7 +30,7 @@ def get_core_dependencies():
|
|||||||
|
|
||||||
def get_pip_dependencies():
|
def get_pip_dependencies():
|
||||||
core = [
|
core = [
|
||||||
"bottle == 0.12.*",
|
"bottle == %s" % ("0.12.*" if PY36 else "0.13.*"),
|
||||||
"click >=8.0.4, <9",
|
"click >=8.0.4, <9",
|
||||||
"colorama",
|
"colorama",
|
||||||
"marshmallow == 3.*",
|
"marshmallow == 3.*",
|
||||||
|
@ -117,7 +117,7 @@ def test_global_packages(
|
|||||||
"ArduinoJson",
|
"ArduinoJson",
|
||||||
"AsyncMqttClient",
|
"AsyncMqttClient",
|
||||||
"Bounce2",
|
"Bounce2",
|
||||||
"ESPAsyncTCP"
|
"ESPAsyncTCP",
|
||||||
]
|
]
|
||||||
|
|
||||||
# custom storage
|
# custom storage
|
||||||
|
Reference in New Issue
Block a user