mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-23 05:54:15 -04:00
requiring earlier versions of python deps, so they can be installed in wheezy (#42)
This commit is contained in:
parent
8b179384b0
commit
1d23088a2c
1 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue