mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Update PIO Home to 3.0.1
This commit is contained in:
@ -23,7 +23,7 @@ from platformio.commands.home.rpc.handlers.os import OSRPC
|
|||||||
|
|
||||||
class MiscRPC(object):
|
class MiscRPC(object):
|
||||||
def load_latest_tweets(self, data_url):
|
def load_latest_tweets(self, data_url):
|
||||||
cache_key = app.ContentCache.key_from_args(data_url)
|
cache_key = app.ContentCache.key_from_args(data_url, "tweets")
|
||||||
cache_valid = "7d"
|
cache_valid = "7d"
|
||||||
with app.ContentCache() as cc:
|
with app.ContentCache() as cc:
|
||||||
cache_data = cc.get(cache_key)
|
cache_data = cc.get(cache_key)
|
||||||
|
@ -24,7 +24,7 @@ from platformio.proc import copy_pythonpath_to_osenv, get_pythonexe_path
|
|||||||
from platformio.project.config import ProjectConfig
|
from platformio.project.config import ProjectConfig
|
||||||
|
|
||||||
CORE_PACKAGES = {
|
CORE_PACKAGES = {
|
||||||
"contrib-piohome": "~3.0.0",
|
"contrib-piohome": "~3.0.1",
|
||||||
"contrib-pysite": "~2.%d%d.0" % (sys.version_info[0], sys.version_info[1]),
|
"contrib-pysite": "~2.%d%d.0" % (sys.version_info[0], sys.version_info[1]),
|
||||||
"tool-pioplus": "^2.6.0",
|
"tool-pioplus": "^2.6.0",
|
||||||
"tool-unity": "~1.20403.0",
|
"tool-unity": "~1.20403.0",
|
||||||
|
Reference in New Issue
Block a user