summaryrefslogtreecommitdiff
path: root/scripts/pyproject.toml
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2023-10-17 22:20:39 +0200
committeralex <alex@pdp7.net>2023-10-17 22:20:39 +0200
commit83229b45e273ee659cd0e300650e549b66ed0aee (patch)
treed52159aca48d2316702f9d6c061b49b14744bc21 /scripts/pyproject.toml
parent4dde414f7075aa14a66fa91047bf528c0faf8ed7 (diff)
Add Bitwarden client
Diffstat (limited to 'scripts/pyproject.toml')
-rw-r--r--scripts/pyproject.toml2
1 files changed, 2 insertions, 0 deletions
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 <alex@pdp7.net>"]
[tool.poetry.dependencies]
python = "^3.9"
+appdirs = "^1.4.4"
+httpx = "^0.25.0"
[build-system]