This commit is contained in:
ikuyo 2024-03-13 20:55:43 -03:00
commit dab682c263
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -16,7 +16,7 @@ classifiers =
[options]
packages = find:
install_requires =
lupa>=1.10
randovania-lupa>=1.10
include_package_data = True
zip_safe = False