diff --git a/caver/patcher.py b/caver/patcher.py index a65e09c..5a7f4dc 100644 --- a/caver/patcher.py +++ b/caver/patcher.py @@ -1,7 +1,7 @@ from enum import Enum from pathlib import Path from typing import Callable, Optional -from lupa import LuaRuntime # type: ignore +from randovania_lupa import LuaRuntime # type: ignore import logging import shutil import textwrap diff --git a/setup.cfg b/setup.cfg index f7c0bf9..4aff3a2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ classifiers = [options] packages = find: install_requires = - lupa>=1.10 + randovania-lupa>=1.10 include_package_data = True zip_safe = False