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 a4ea235 commit 15b37c5Copy full SHA for 15b37c5
requirements.txt
@@ -1,2 +1,2 @@
1
paho-mqtt==1.5.1
2
-pycrypto==2.6.1
+pycryptodome==3.9.8
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.9.8"],
27
classifiers=[
28
"Programming Language :: Python :: 3",
29
"License :: OSI Approved :: MIT License",
0 commit comments