mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 15:35:13 -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',
|
||||
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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue