aboutsummaryrefslogtreecommitdiff
path: root/cli/pyproject.toml
diff options
context:
space:
mode:
authorSaptak Sengupta <saptak013@gmail.com>2023-10-10 18:58:03 +0530
committerGitHub <noreply@github.com>2023-10-10 18:58:03 +0530
commit18a6607bf31478345d8234d2400e3385f3a10fdc (patch)
tree870b8979d10aaecff82498589c62b859e2a63cd7 /cli/pyproject.toml
parentc4d0b644648a98e79fa80340cb6960932cde008d (diff)
parent4e3835a246bb5fd19693797d0263d7158f56ce81 (diff)
downloadonionshare-18a6607bf31478345d8234d2400e3385f3a10fdc.tar.gz
onionshare-18a6607bf31478345d8234d2400e3385f3a10fdc.zip
Merge pull request #1773 from onionshare/cli-qr
Add terminal QR code to CLI for Onion address and (where applicable) Private Key
Diffstat (limited to 'cli/pyproject.toml')
-rw-r--r--cli/pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index 010b53f0..e47f6496 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -39,6 +39,7 @@ gevent = "^23.9.1"
wheel = "^0.41.2"
cffi = "^1.15.1"
cython = "^3.0.2"
+qrcode = "^7.4.2"
[tool.poetry.dev-dependencies]
pytest = ">=7.2.0"