Add pyopenssl dependencies

This commit is contained in:
Michael Lazar 2020-05-09 00:36:16 -04:00
parent 5e0fd57f93
commit 3ab1645610
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ setuptools.setup(
author="Michael Lazar", author="Michael Lazar",
author_email="lazar.michael22@gmail.com", author_email="lazar.michael22@gmail.com",
description="An Experimental Gemini Server", description="An Experimental Gemini Server",
install_requires=["cryptography", "pyopenssl"],
long_description=long_description(), long_description=long_description(),
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
py_modules=["jetforce", "jetforce_client", "jetforce_diagnostics"], py_modules=["jetforce", "jetforce_client", "jetforce_diagnostics"],