Skip to content

Commit

Permalink
Changes to setup.py
Browse files Browse the repository at this point in the history
- Adds cryptography as a dependency before pyopenssl
- Modified pyopenssl to lower case to satisfy pip call
  • Loading branch information
RedProkofiev authored and tofu-rocketry committed Feb 6, 2024
1 parent 8a15ee4 commit ee07f16
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,10 +51,11 @@ 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',
'setuptools',
'PyOpenSSL',
'pyopenssl<=21.0.0',
],
extras_require={
'AMS': ['argo-ams-library', 'certifi<2020.4.5.2', ],
Expand Down

0 comments on commit ee07f16

Please sign in to comment.