From 61b55466d0ff50e7c2644cca61e78b2110c3dea5 Mon Sep 17 00:00:00 2001 From: Scott King Date: Thu, 23 Feb 2017 03:22:58 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d3dfe51a..e9ae1384 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( url='https://github.com/Bitmessage/PyBitmessage/', # TODO: add keywords #keywords='', - install_requires = ['hashlib', 'sqlite3', 'ctypes', 'curses', 'dialog', 'PyQt4', 'msgpack-python'], + install_requires = ['hashlib', 'sqlite3', 'ctypes', 'curses', 'dialog', 'PyQt4', 'msgpack-python', 'pyopencl'], classifiers = [ "License :: OSI Approved :: MIT License" "Operating System :: MacOS :: MacOS X",