[project] name = "lunar-converter" version = "0.1.0" requires-python = ">=3.10" dependencies = [ "skyfield", "jplephem", "numpy", "fastapi", "uvicorn", "loguru", ] [tool.pytest.ini_options] addopts = "-q" testpaths = ["tests"]