Use randovania-lupa instead

This commit is contained in:
Henrique Gemignani Passos Lima 2024-03-07 22:27:52 +02:00
parent d70e9214dd
commit d6ca45ba01
No known key found for this signature in database
GPG Key ID: E224F951761145F8
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