Fix Docker installation startup

This commit is contained in:
faligam
2026-09-06 13:01:01 +02:00
parent 8a918c9d86
commit ac905e7198
4 changed files with 12 additions and 10 deletions

View File

@@ -22,6 +22,7 @@ dependencies = [
"uvicorn>=0.30.0",
"structlog>=24.0.0",
"openai>=3.3.1",
"aiohttp>=3.10.0",
]
[project.optional-dependencies]
@@ -45,7 +46,7 @@ nsct-api = "nsct.cli:main_api"
packages = ["src/nsct"]
[tool.hatch.build.targets.wheel]
packages = ["nsct"]
packages = ["src/nsct"]
[tool.pytest.ini_options]
asyncio_mode = "auto"