Various fixes

- more pep8
- add some forgotten deps in setup.py
This commit is contained in:
jvoisin 2015-07-25 10:37:05 +02:00
parent d50601f5bd
commit ac97ddf7d0
6 changed files with 22 additions and 19 deletions

View file

@ -123,5 +123,5 @@ elif system == 'Darwin':
'PyQt4.QtSvg', 'PyQt4.QtXmlPatterns']
}
},
setup_requires=['py2app'],
setup_requires=['py2app', 'flask', 'stem'],
)