Loading pyproject.toml +3 −2 Original line number Diff line number Diff line Loading @@ -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", Loading @@ -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] Loading Loading
pyproject.toml +3 −2 Original line number Diff line number Diff line Loading @@ -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", Loading @@ -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] Loading