[tool.poetry] name = "onionshare" version = "2.2" description = "OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does _not_ require setting up a separate server or using a third party file-sharing service." authors = ["Micah Lee "] license = "GPLv3+" [tool.poetry.dependencies] python = "^3.7" 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 = "*" watchdog = "*" psutil = "*" [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"