mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Core: update modules (#1612)
This commit is contained in:
4
Utils.py
4
Utils.py
@@ -151,8 +151,8 @@ def cache_path(*path: str) -> str:
|
|||||||
if hasattr(cache_path, "cached_path"):
|
if hasattr(cache_path, "cached_path"):
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
import appdirs
|
import platformdirs
|
||||||
cache_path.cached_path = appdirs.user_cache_dir("Archipelago", False)
|
cache_path.cached_path = platformdirs.user_cache_dir("Archipelago", False)
|
||||||
|
|
||||||
return os.path.join(cache_path.cached_path, *path)
|
return os.path.join(cache_path.cached_path, *path)
|
||||||
|
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
colorama>=0.4.5
|
colorama>=0.4.5
|
||||||
websockets>=10.3
|
websockets>=10.3
|
||||||
PyYAML>=6.0
|
PyYAML>=6.0
|
||||||
jellyfish>=0.9.0
|
jellyfish>=0.11.0
|
||||||
jinja2>=3.1.2
|
jinja2>=3.1.2
|
||||||
schema>=0.7.5
|
schema>=0.7.5
|
||||||
kivy>=2.1.0
|
kivy>=2.1.0
|
||||||
bsdiff4>=1.2.2
|
bsdiff4>=1.2.3
|
||||||
appdirs>=1.4.4
|
platformdirs>=3.2.0
|
||||||
|
Reference in New Issue
Block a user