2020-10-12 22:40:55 -07:00
|
|
|
[tool.briefcase]
|
|
|
|
project_name = "OnionShare"
|
2020-10-13 22:28:21 -07:00
|
|
|
bundle = "org.onionshare"
|
2020-10-12 22:40:55 -07:00
|
|
|
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"
|
2020-11-06 13:44:21 -08:00
|
|
|
description = "Securely and anonymously share files, host websites, and chat with friends using the Tor network"
|
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-15 16:30:30 -07:00
|
|
|
"./onionshare_cli-2.3.dev1-py3-none-any.whl",
|
2020-10-12 22:40:55 -07:00
|
|
|
"Click",
|
|
|
|
"eventlet",
|
|
|
|
"Flask",
|
|
|
|
"Flask-HTTPAuth",
|
|
|
|
"flask-socketio",
|
|
|
|
"psutil",
|
|
|
|
"pycryptodome",
|
|
|
|
"PySocks",
|
2020-10-14 19:22:39 -07:00
|
|
|
"pyside2==5.15.1",
|
2020-10-12 22:40:55 -07:00
|
|
|
"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 22:28:21 -07:00
|
|
|
system_requires = [
|
|
|
|
"tor",
|
|
|
|
"obfs4proxy",
|
|
|
|
"gcc",
|
|
|
|
"python3-dev",
|
|
|
|
]
|
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 = []
|