diff --git a/pyproject.toml b/pyproject.toml index eece0c4..b822304 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,8 +28,8 @@ dependencies = [ ] [project.urls] -Homepage = "https://mcnanovna.l.zmesh.systems" -Documentation = "https://mcnanovna.l.zmesh.systems" +Homepage = "https://mcnanovna.warehack.ing" +Documentation = "https://mcnanovna.warehack.ing" Repository = "https://github.com/ryanmalloy/mcnanovna" [project.optional-dependencies] @@ -37,6 +37,13 @@ webui = [ "fastapi>=0.115.0", "uvicorn[standard]>=0.34.0", ] +skrf = [ + "scikit-rf>=1.5.0", +] +all = [ + "mcnanovna[webui]", + "mcnanovna[skrf]", +] [project.scripts] mcnanovna = "mcnanovna.server:main"