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',