summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authornlscc <66028747+nlscc@users.noreply.github.com>2020-10-08 23:25:05 +0200
committernlscc <66028747+nlscc@users.noreply.github.com>2020-10-08 23:25:05 +0200
commitb675bf85039bbf419a1c612da10ea486915e3e3a (patch)
tree89594501593d251f2c0137f7a3d14413a428c7bc /setup.py
parentfix #18 (diff)
downloadsamloader-b675bf85039bbf419a1c612da10ea486915e3e3a.tar
samloader-b675bf85039bbf419a1c612da10ea486915e3e3a.tar.gz
samloader-b675bf85039bbf419a1c612da10ea486915e3e3a.tar.bz2
samloader-b675bf85039bbf419a1c612da10ea486915e3e3a.tar.lz
samloader-b675bf85039bbf419a1c612da10ea486915e3e3a.tar.xz
samloader-b675bf85039bbf419a1c612da10ea486915e3e3a.tar.zst
samloader-b675bf85039bbf419a1c612da10ea486915e3e3a.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 bd89cc0..67ca652 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ setuptools.setup(
},
install_requires=[
"clint",
- "pycryptodome",
+ "pycryptodomex",
"requests"
],
python_requires='>=3.6',