mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-01 10:51:10 -05:00
requiring earlier versions of python deps, so they can be installed in wheezy (#42)
This commit is contained in:
parent
8b179384b0
commit
1d23088a2c
4
setup.py
4
setup.py
@ -46,8 +46,8 @@ setup(
|
|||||||
url='https://github.com/micahflee/onionshare',
|
url='https://github.com/micahflee/onionshare',
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'flask >= 0.10.1',
|
'flask >= 0.8',
|
||||||
'stem >= 1.1.1'
|
'stem >= 1.1.0'
|
||||||
],
|
],
|
||||||
license="GPL v3",
|
license="GPL v3",
|
||||||
keywords='onion, share, onionshare, tor, anonymous, web server',
|
keywords='onion, share, onionshare, tor, anonymous, web server',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user