Files
SpecterOps-Nemesis/projects/web_api/pyproject.toml
T
2025-09-08 12:25:00 -07:00

32 lines
773 B
TOML

[tool.poetry]
name = "web_api"
version = "0.1.0"
description = "The frontend API for Nemesis"
authors = ["SpecterOps"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
fastapi = { extras = ["all"], version = "^0.115.6" }
structlog = "^25.1.0"
dapr = "^1.15.0"
pydantic = "^2.10.4"
uvicorn = "^0.34.0"
python-multipart = "^0.0.20"
minio = "^7.2.14"
common = { path = "../../libs/common", develop = true }
nemesis_dpapi = { path = "../../libs/nemesis_dpapi", develop = true }
tomli = "^2.2.1"
asyncpg = "^0.30.0"
requests = "^2.32.3"
dapr-ext-fastapi = "^1.15.0"
psycopg = {extras = ["pool"], version = "^3.2.9"}
pytsk3 = "^20250312"
watchdog = "^6.0.0"
pyyaml = "^6.0.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"