Skip to content

Commit

Permalink
Add pyOpenSSL to the install requires
Browse files Browse the repository at this point in the history
  • Loading branch information
ruduran committed Aug 14, 2019
1 parent 138542c commit e992943
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 @@ -36,7 +36,8 @@ def run_tests(self):

install_requires = [
'requests>=2.21.0',
'Pygments>=2.3.1'
'Pygments>=2.3.1',
'pyOpenSSL>=19.0.0'
]


Expand Down

0 comments on commit e992943

Please sign in to comment.