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 8a5de2b commit 824cc88Copy full SHA for 824cc88
setup.py
@@ -22,5 +22,5 @@
22
'Topic :: Software Development :: Libraries :: Python Modules'
23
],
24
tests_require=['coverage'],
25
- install_requires=['pycryptodome>=3.8.1', 'pyOpenSSL>=22.0.0', 'setuptools>=39.0.1', 'cryptography>=38.0.0']
+ install_requires=['pycryptodome>=3.8.1', 'pyOpenSSL>=22.1.0,<=23.2.0', 'setuptools>=39.0.1', 'cryptography>=38.0.0']
26
)
0 commit comments