From 587cf80a00686f469e6e66b9cc74df09a6d1c867 Mon Sep 17 00:00:00 2001 From: Himanshu Chauhan Date: Fri, 1 Jan 2016 08:40:37 +0530 Subject: [PATCH] Removing wxpython on pip dependencies. wxpython cannot be installed from pip. It has to be installed seperately. Signed-off-by: Himanshu Chauhan --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c9e9d67..1819fcf 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ 'GoSync':['resources/*.png'], }, - install_requires=['wxpython', 'google-api-python-client', 'pydrive', 'watchdog'], + install_requires=['google-api-python-client', 'pydrive', 'watchdog'], entry_points={ 'console_scripts':[ 'GoSync=GoSync.GoSync:main',