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.
2 parents 570176a + e53d03c commit f995aecCopy full SHA for f995aec
setup.py
@@ -14,7 +14,7 @@
14
version="0.2.5",
15
packages=find_packages(),
16
python_requires=">=3.8",
17
- install_requires=["pysha3>=1.0.2"],
+ install_requires=["pycryptodome>=3.4.6"],
18
license="AGPL-3.0",
19
long_description=long_description,
20
package_data={"crytic_compile": ["py.typed"]},
0 commit comments