Skip to content

Commit

Permalink
Merge e992943 into 88a9583
Browse files Browse the repository at this point in the history
  • Loading branch information
ruduran committed Aug 14, 2019
2 parents 88a9583 + e992943 commit b2f0436
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ pytest-httpbin>=0.0.6
docutils
wheel
pycodestyle
pyOpenSSL
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 b2f0436

Please sign in to comment.