Merge pull request #175 from henriquegemignani/feature/lupa

Use randovania-lupa instead
This commit is contained in:
duncathan salt 2024-03-07 15:27:53 -06:00 committed by GitHub
commit 83a7b13674
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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