mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47: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():
|
||||
core = [
|
||||
"bottle == 0.12.*",
|
||||
"bottle == %s" % ("0.12.*" if PY36 else "0.13.*"),
|
||||
"click >=8.0.4, <9",
|
||||
"colorama",
|
||||
"marshmallow == 3.*",
|
||||
|
@ -117,7 +117,7 @@ def test_global_packages(
|
||||
"ArduinoJson",
|
||||
"AsyncMqttClient",
|
||||
"Bounce2",
|
||||
"ESPAsyncTCP"
|
||||
"ESPAsyncTCP",
|
||||
]
|
||||
|
||||
# custom storage
|
||||
|
Reference in New Issue
Block a user