Files
SpecterOps-Nemesis/projects/web_api/pyproject.toml
T
harmj0y 40902d9d8f Version 2.1.3
- See CHANGELOG.md for summary of changes
2025-08-29 15:24:32 -07:00

31 lines
703 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 }
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"