mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-28 08:49:30 -05:00
40 lines
764 B
TOML
40 lines
764 B
TOML
[tool.poetry]
|
|
name = "onionshare"
|
|
version = "2.2"
|
|
description = "Securely and anonymously send and receive files, and publish onion sites"
|
|
authors = ["Micah Lee <micah@micahflee.com>"]
|
|
license = "GPLv3+"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.6"
|
|
Click = "*"
|
|
Flask = "*"
|
|
Flask-HTTPAuth = "*"
|
|
pycryptodome = "*"
|
|
PyQt5 = "5.14.0"
|
|
PyQt5-sip = "*"
|
|
PySocks = "*"
|
|
requests = "*"
|
|
stem = "*"
|
|
urllib3 = "*"
|
|
Werkzeug = "*"
|
|
qrcode = "^6.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
atomicwrites = "*"
|
|
attrs = "*"
|
|
more-itertools = "*"
|
|
pluggy = "*"
|
|
py = "*"
|
|
pytest = "*"
|
|
pytest-faulthandler = "*"
|
|
pytest-qt = "*"
|
|
six = "*"
|
|
urllib3 = "*"
|
|
setuptools = "*"
|
|
pyinstaller = {version = "*", platform = "darwin"}
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|