Skip to content

Commit ee07f16

Browse files
nick-whyatttofu-rocketry
authored andcommitted
Changes to setup.py
- Adds cryptography as a dependency before pyopenssl - Modified pyopenssl to lower case to satisfy pip call
1 parent 8a15ee4 commit ee07f16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@ def main():
5151
download_url='https://github.com/apel/ssm/releases',
5252
license='Apache License, Version 2.0',
5353
install_requires=[
54+
'cryptography==3.3.0',
5455
'stomp.py<5.0.0',
5556
'python-ldap<3.4.0',
5657
'setuptools',
57-
'PyOpenSSL',
58+
'pyopenssl<=21.0.0',
5859
],
5960
extras_require={
6061
'AMS': ['argo-ams-library', 'certifi<2020.4.5.2', ],

0 commit comments

Comments
 (0)