2020-10-12 22:40:55 -07:00
[ tool . briefcase ]
project_name = "OnionShare"
bundle = "org.onionshare.OnionShare"
version = "2.3.dev1"
url = "https://onionshare.org"
license = "GPLv3"
author = 'Micah Lee'
author_email = "micah@micahflee.com"
2020-10-13 17:28:54 -07:00
[ tool . briefcase . app . onionshare ]
2020-10-12 22:40:55 -07:00
formal_name = "OnionShare"
description = "OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does _not_ require setting up a separate server or using a third party file-sharing service."
2020-10-13 17:28:54 -07:00
icon = "src/onionshare/resources/onionshare"
2020-10-12 22:40:55 -07:00
sources = [ 'src/onionshare' ]
requires = [
2020-10-13 17:28:54 -07:00
"onionshare-cli==0.1.3" ,
2020-10-12 22:40:55 -07:00
"Click" ,
"eventlet" ,
"Flask" ,
"Flask-HTTPAuth" ,
"flask-socketio" ,
"psutil" ,
"pycryptodome" ,
"PyQt5==5.14" ,
"PyQt5-sip" ,
"PySocks" ,
"qrcode" ,
"requests" ,
"stem" ,
"urllib3" ,
]
2020-10-13 17:28:54 -07:00
[ tool . briefcase . app . onionshare . macOS ]
2020-10-12 22:40:55 -07:00
requires = [ ]
2020-10-13 17:28:54 -07:00
[ tool . briefcase . app . onionshare . linux ]
2020-10-12 22:40:55 -07:00
requires = [ ]
2020-10-13 17:28:54 -07:00
system_requires = [ "tor" , "obfs4proxy" ]
2020-10-12 22:40:55 -07:00
2020-10-13 17:28:54 -07:00
[ tool . briefcase . app . onionshare . windows ]
2020-10-12 22:40:55 -07:00
requires = [ "pywin32" ]
# Mobile deployments
2020-10-13 17:28:54 -07:00
[ tool . briefcase . app . onionshare . iOS ]
2020-10-12 22:40:55 -07:00
requires = [ ]
2020-10-13 17:28:54 -07:00
[ tool . briefcase . app . onionshare . android ]
2020-10-12 22:40:55 -07:00
requires = [ ]