From 83229b45e273ee659cd0e300650e549b66ed0aee Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 17 Oct 2023 22:20:39 +0200 Subject: Add Bitwarden client --- scripts/pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/pyproject.toml') diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index ad8aef7a..8e80de4c 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -6,6 +6,8 @@ authors = ["alex "] [tool.poetry.dependencies] python = "^3.9" +appdirs = "^1.4.4" +httpx = "^0.25.0" [build-system] -- cgit v1.2.3