mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-22 05:24:14 -04:00
Various fixes
- more pep8 - add some forgotten deps in setup.py
This commit is contained in:
parent
d50601f5bd
commit
ac97ddf7d0
6 changed files with 22 additions and 19 deletions
2
setup.py
2
setup.py
|
@ -123,5 +123,5 @@ elif system == 'Darwin':
|
|||
'PyQt4.QtSvg', 'PyQt4.QtXmlPatterns']
|
||||
}
|
||||
},
|
||||
setup_requires=['py2app'],
|
||||
setup_requires=['py2app', 'flask', 'stem'],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue