We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58130ba commit e05de8bCopy full SHA for e05de8b
setup.py
@@ -23,7 +23,7 @@
23
long_description_content_type="text/markdown",
24
url="https://github.com/tencentyun/iot-device-python",
25
packages=setuptools.find_packages(),
26
- install_requires = ["paho-mqtt==1.5.1", "pycrypto==2.6.1"],
+ install_requires = ["paho-mqtt==1.5.1", "pycryptodome==3.15.0"],
27
classifiers=[
28
"Programming Language :: Python :: 3",
29
"License :: OSI Approved :: MIT License",
0 commit comments