diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 369a432..9b83c4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,9 @@ fastapi = "^0.108.0" structlog = "^23.2.0" uvicorn = { extras = ["standard"], version = "^0.25.0" } jinja2 = "^3.1.4" +python-dotenv = "^1.0.1" +websockets = "^12.0" +requests = "^2.32.3" [tool.poetry.group.dev.dependencies] ruff = "^0.1.9" |
