Commit 8fe0c360 authored by vertighel's avatar vertighel
Browse files

Restored pyproject.toml

parent 5452e26f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ classifiers = [
]

dependencies = [

    "requests",
    "astropy>=7.2.0",
    "numpy>=2.3.5",
@@ -32,7 +33,6 @@ dependencies = [
    "loguru",
    "gnuplotlib", # If focus.py
    "pyvantagepro", # If meteo.py    

    "quart",
    "quart_cors",
    "quart-schema", # validation and Swagger (instead of restx)
@@ -42,7 +42,7 @@ dependencies = [
]

[project.urls]
"Homepage" = "https://gitlab.com/davide.ricci/software-di-controllo"
"Homepage" = "https://www.ict.inaf.it/gitlab/davide.ricci/software-di-controllo/"
# "Bug Tracker" = "..."

[project.scripts]