diff options
author | Nayil Mukhametshin <66028747+nlscc@users.noreply.github.com> | 2020-09-27 20:10:34 +0200 |
---|---|---|
committer | Nayil Mukhametshin <66028747+nlscc@users.noreply.github.com> | 2020-09-27 20:10:34 +0200 |
commit | 9a0aa68a9578d3186438474fdda01f0d391e28a8 (patch) | |
tree | 5b3ce9ed22f9094ae7ac8f1fae6613b6db6286cf | |
parent | add issue templates (diff) | |
download | samloader-9a0aa68a9578d3186438474fdda01f0d391e28a8.tar samloader-9a0aa68a9578d3186438474fdda01f0d391e28a8.tar.gz samloader-9a0aa68a9578d3186438474fdda01f0d391e28a8.tar.bz2 samloader-9a0aa68a9578d3186438474fdda01f0d391e28a8.tar.lz samloader-9a0aa68a9578d3186438474fdda01f0d391e28a8.tar.xz samloader-9a0aa68a9578d3186438474fdda01f0d391e28a8.tar.zst samloader-9a0aa68a9578d3186438474fdda01f0d391e28a8.zip |
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ setuptools.setup( install_requires=[ "click", "clint", - "pycrypto", + "pycryptodome", "requests" ], python_requires='>=3.6', |