summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKcchouette <Kcchouette@users.noreply.github.com>2020-12-31 18:48:29 +0100
committerSaptak S <saptak013@gmail.com>2021-01-31 16:37:44 +0530
commitc5308efc579dfbe7ee5d2de539d698b2fe07b668 (patch)
tree8d3c4c449e1fdc2af8810121cb6d843dadf0dd2a
parentc103108b280984216908054319f0d6bca60959db (diff)
downloadonionshare-c5308efc579dfbe7ee5d2de539d698b2fe07b668.tar.gz
onionshare-c5308efc579dfbe7ee5d2de539d698b2fe07b668.zip
Update requirements.txt
-rw-r--r--cli/pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index 84c9656a..eb5db684 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -26,6 +26,7 @@ pycryptodome = "*"
pysocks = "*"
requests = "*"
stem = "*"
+unidecode = "*"
urllib3 = "*"
eventlet = "*"
setuptools = "*"