2020-03-17 17:17:25 -04:00
|
|
|
[tool.poetry]
|
|
|
|
name = "onionshare"
|
|
|
|
version = "2.2"
|
2020-05-03 17:04:54 -04:00
|
|
|
description = "Securely and anonymously send and receive files, and publish onion sites"
|
2020-03-21 03:15:43 -04:00
|
|
|
authors = ["Micah Lee <micah@micahflee.com>"]
|
2020-03-17 17:17:25 -04:00
|
|
|
license = "GPLv3+"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2020-05-03 17:04:54 -04:00
|
|
|
python = "^3.6"
|
2020-03-21 03:15:43 -04:00
|
|
|
Click = "*"
|
|
|
|
Flask = "*"
|
|
|
|
Flask-HTTPAuth = "*"
|
|
|
|
pycryptodome = "*"
|
2020-05-06 00:08:41 -04:00
|
|
|
PyQt5 = "5.14.0"
|
2020-03-21 03:15:43 -04:00
|
|
|
PyQt5-sip = "*"
|
|
|
|
PySocks = "*"
|
|
|
|
requests = "*"
|
|
|
|
stem = "*"
|
|
|
|
urllib3 = "*"
|
|
|
|
Werkzeug = "*"
|
2020-05-31 03:44:57 -04:00
|
|
|
qrcode = "^6.1"
|
2020-03-17 17:17:25 -04:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2020-03-21 03:15:43 -04:00
|
|
|
atomicwrites = "*"
|
|
|
|
attrs = "*"
|
|
|
|
more-itertools = "*"
|
|
|
|
pluggy = "*"
|
|
|
|
py = "*"
|
|
|
|
pytest = "*"
|
|
|
|
pytest-faulthandler = "*"
|
|
|
|
pytest-qt = "*"
|
|
|
|
six = "*"
|
|
|
|
urllib3 = "*"
|
2020-06-30 14:26:44 -04:00
|
|
|
setuptools = "*"
|
2020-03-21 03:15:43 -04:00
|
|
|
pyinstaller = {version = "*", platform = "darwin"}
|
2020-03-17 17:17:25 -04:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry>=0.12"]
|
|
|
|
build-backend = "poetry.masonry.api"
|