mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-20 14:01:45 -07:00
Core: update modules (#2440)
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@ jellyfish>=1.0.1
|
||||
jinja2>=3.1.2
|
||||
schema>=0.7.5
|
||||
kivy>=2.2.0
|
||||
bsdiff4>=1.2.3
|
||||
bsdiff4>=1.2.4
|
||||
platformdirs>=3.9.1
|
||||
certifi>=2023.7.22
|
||||
cython>=0.29.35
|
||||
cython>=3.0.5
|
||||
cymem>=2.0.8
|
||||
|
||||
@@ -21,7 +21,7 @@ from pathlib import Path
|
||||
|
||||
# This is a bit jank. We need cx-Freeze to be able to run anything from this script, so install it
|
||||
try:
|
||||
requirement = 'cx-Freeze>=6.15.2'
|
||||
requirement = 'cx-Freeze>=6.15.10'
|
||||
import pkg_resources
|
||||
try:
|
||||
pkg_resources.require(requirement)
|
||||
|
||||
Reference in New Issue
Block a user