requiring earlier versions of python deps, so they can be installed in wheezy (#42)

This commit is contained in:
Micah Lee 2014-06-10 15:15:55 -04:00
parent 8b179384b0
commit 1d23088a2c

View File

@ -46,8 +46,8 @@ setup(
url='https://github.com/micahflee/onionshare',
include_package_data=True,
install_requires=[
'flask >= 0.10.1',
'stem >= 1.1.1'
'flask >= 0.8',
'stem >= 1.1.0'
],
license="GPL v3",
keywords='onion, share, onionshare, tor, anonymous, web server',