Skip to content

Commit

Permalink
Removing wxpython on pip dependencies.
Browse files Browse the repository at this point in the history
wxpython cannot be installed from pip. It has to
be installed seperately.

Signed-off-by: Himanshu Chauhan <[email protected]>
  • Loading branch information
hschauhan committed Jan 1, 2016
1 parent b905c34 commit 587cf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 587cf80

Please sign in to comment.