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 9ea6e5f commit f4c59c0Copy full SHA for f4c59c0
setup.py
@@ -63,7 +63,7 @@ def finalize_options(self):
63
long_description_content_type="text/markdown",
64
license="MIT",
65
python_requires=">=3.3",
66
- install_requires=["cffi"],
+ install_requires=["cffi>=1.13"],
67
classifiers=[
68
"Development Status :: 2 - Pre-Alpha",
69
"Intended Audience :: Developers",
0 commit comments