Skip to content

Commit

Permalink
Merge pull request #5 from johnnykv/patch-1
Browse files Browse the repository at this point in the history
also needs pyopenssl
  • Loading branch information
rep committed Mar 24, 2013
2 parents 48d55e6 + 9577aa9 commit d4ca6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@ def read_file(name):
license = "MIT/BSD/GPL",
keywords = "evnet pyev network asynchronous nonblocking event",
url = "https://github.com/rep/evnet",
install_requires = ['pyev>=0.5.3-3.8'],
install_requires = ['pyev>=0.5.3-3.8', 'pyopenssl'],
packages = ['evnet',],
**extra
)
Expand Down

0 comments on commit d4ca6e9

Please sign in to comment.