Merge branch 'cave-story-randomizer:master' into tweaked

This commit is contained in:
Ema Alvarado 2024-03-11 22:51:18 -03:00 committed by GitHub
commit 396c461738
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