[tool.poetry] name = "onionshare" version = "2.2" description = "Securely and anonymously send and receive files, and publish onion sites" authors = ["Micah Lee "] 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"