Add pyopenssl dependencies
This commit is contained in:
parent
5e0fd57f93
commit
3ab1645610
1
setup.py
1
setup.py
|
@ -16,6 +16,7 @@ setuptools.setup(
|
|||
author="Michael Lazar",
|
||||
author_email="lazar.michael22@gmail.com",
|
||||
description="An Experimental Gemini Server",
|
||||
install_requires=["cryptography", "pyopenssl"],
|
||||
long_description=long_description(),
|
||||
long_description_content_type="text/markdown",
|
||||
py_modules=["jetforce", "jetforce_client", "jetforce_diagnostics"],
|
||||
|
|
Loading…
Reference in New Issue