diff options
| author | alex <alex@pdp7.net> | 2023-10-17 22:20:39 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-10-17 22:20:39 +0200 |
| commit | 83229b45e273ee659cd0e300650e549b66ed0aee (patch) | |
| tree | d52159aca48d2316702f9d6c061b49b14744bc21 /scripts/pyproject.toml | |
| parent | 4dde414f7075aa14a66fa91047bf528c0faf8ed7 (diff) | |
Add Bitwarden client
Diffstat (limited to 'scripts/pyproject.toml')
| -rw-r--r-- | scripts/pyproject.toml | 2 |
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] |
