Skip to content

Commit 15b37c5

Browse files
author
eagleychen
committed
升级crypto为pycryptodome
1 parent a4ea235 commit 15b37c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
paho-mqtt==1.5.1
2-
pycrypto==2.6.1
2+
pycryptodome==3.9.8

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
long_description_content_type="text/markdown",
2424
url="https://github.com/tencentyun/iot-device-python",
2525
packages=setuptools.find_packages(),
26-
install_requires = ["paho-mqtt==1.5.1", "pycrypto==2.6.1"],
26+
install_requires = ["paho-mqtt==1.5.1", "pycryptodome==3.9.8"],
2727
classifiers=[
2828
"Programming Language :: Python :: 3",
2929
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)