[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" altgraph = "*" certifi = "*" chardet = "*" Click = "*" Flask = "*" Flask-HTTPAuth = "*" future = "*" idna = "*" itsdangerous = "*" Jinja2 = "*" macholib = "*" MarkupSafe = "*" pefile = "*" pycryptodome = "*" PyQt5 = "5.14" PyQt5-sip = "*" PySocks = "*" requests = "*" stem = "*" urllib3 = "*" Werkzeug = "*" [tool.poetry.dev-dependencies] atomicwrites = "*" attrs = "*" more-itertools = "*" pluggy = "*" py = "*" pytest = "*" pytest-faulthandler = "*" pytest-qt = "*" six = "*" urllib3 = "*" pyinstaller = {version = "*", platform = "darwin"} setuptools = {version = "*", platform = "windows"} [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api"