diff --git a/config.json b/config.json index 8f68b5f..ceb5f7c 100644 --- a/config.json +++ b/config.json @@ -2,7 +2,8 @@ "name": "Events", "short_description": "Sell and register event tickets", "tile": "/events/static/image/events.png", - "min_lnbits_version": "1.0.0", + "lnbits": "1.1.0", + "min_lnbits_version": "1.3.0", "contributors": [ { "name": "talvasconcelos", diff --git a/pyproject.toml b/pyproject.toml index 1206bd3..4508802 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,9 +5,11 @@ requires-python = ">=3.10,<3.13" description = "LNbits, free and open-source Lightning wallet and accounts system." authors = [{ name = "Alan Bits", email = "alan@lnbits.com" }] urls = { Homepage = "https://lnbits.com", Repository = "https://github.com/lnbits/events" } - dependencies = [ "lnbits>1" ] +[tool.poetry] +package-mode = false + [tool.uv] dev-dependencies = [ "black", @@ -28,19 +30,6 @@ init_typed = true warn_required_dynamic_aliases = true warn_untyped_fields = true -[[tool.mypy.overrides]] -module = [ - "lnbits.*", - "lnurl.*", - "loguru.*", - "fastapi.*", - "pydantic.*", - "pyqrcode.*", - "shortuuid.*", - "httpx.*", -] -ignore_missing_imports = "True" - [tool.pytest.ini_options] log_cli = false testpaths = [ diff --git a/templates/events/display.html b/templates/events/display.html index 0a2d8c7..24a64e4 100644 --- a/templates/events/display.html +++ b/templates/events/display.html @@ -72,11 +72,10 @@
- - - +