Commit b3da94f8 authored by Davide Ricci's avatar Davide Ricci
Browse files
parents c32e78f3 170ba698
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ dependencies = [
    "loguru",
    "gnuplotlib", # If focus.py
    "pyvantagepro", # If meteo.py
    "opencv-python", # If stream_opencv() in mako.py
#    "opencv-python", # If stream_opencv() in mako.py
    "quart",
    "quart_cors",
    "uvicorn",
@@ -61,7 +61,8 @@ dependencies = [

[project.scripts]
noctua-sequencer = "noctua.sequencer:cli"
noctua-api = "noctua.app:run"
noctua-guider = "noctua.guider:cli"
noctua-app = "noctua.app:run"
noctua-install-system = "noctua.utils.install_all:main"

[tool.setuptools.packages.find]