Skip to content

Commit

Permalink
Edit to setup.py to readd cryptography and pyopenssl version
Browse files Browse the repository at this point in the history
- setup.py needs to have specific versions of crypto and pyopenssl for python 2 compatibility
  • Loading branch information
RedProkofiev committed Jan 22, 2024
1 parent c3092bf commit a3102db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ def main():
download_url='https://github.com/apel/ssm/releases',
license='Apache License, Version 2.0',
install_requires=[
'cryptography==3.3.0',
'stomp.py<5.0.0',
'python-ldap<3.4.0',
'python-daemon<=2.3.0',
'setuptools',
'pyopenssl',
'pyopenssl<=21.0.0',
],
extras_require={
'AMS': ['argo-ams-library', 'certifi<2020.4.5.2', ],
Expand Down

0 comments on commit a3102db

Please sign in to comment.