summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDavide Cavalca <davide@cavalca.name>2022-02-22 01:48:25 +0100
committerGitHub <noreply@github.com>2022-02-22 01:48:25 +0100
commitd02f59586ec33a7cb0e48dfe44b33b849883caad (patch)
tree925d62820d8db80bb2468a9a925e4c1c356edfc8 /setup.py
parentadd error when device or model is invalid (checkupdate) (diff)
downloadsamloader-d02f59586ec33a7cb0e48dfe44b33b849883caad.tar
samloader-d02f59586ec33a7cb0e48dfe44b33b849883caad.tar.gz
samloader-d02f59586ec33a7cb0e48dfe44b33b849883caad.tar.bz2
samloader-d02f59586ec33a7cb0e48dfe44b33b849883caad.tar.lz
samloader-d02f59586ec33a7cb0e48dfe44b33b849883caad.tar.xz
samloader-d02f59586ec33a7cb0e48dfe44b33b849883caad.tar.zst
samloader-d02f59586ec33a7cb0e48dfe44b33b849883caad.zip
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1442858..018448f 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ setuptools.setup(
],
},
install_requires=[
- "clint",
+ "tqdm",
"pycryptodomex",
"requests"
],