2024-02-19 01:02:04 +01:00
[ tool . poetry ]
name = "sshuttle"
2024-02-19 01:21:39 +01:00
version = "1.1.2"
2024-02-19 01:02:04 +01:00
description = "Transparent proxy server that works as a poor man's VPN. Forwards over ssh. Doesn't require admin. Works with Linux and MacOS. Supports DNS tunneling."
authors = [ "Brian May <brian@linuxpenguins.xyz>" ]
license = "LGPL-2.1"
readme = "README.rst"
[ tool . poetry . dependencies ]
python = "^3.10"
[ tool . poetry . group . dev . dependencies ]
pytest = "^8.0.1"
2024-03-25 11:25:08 +01:00
pytest-cov = ">=4.1,<6.0"
2024-02-19 01:02:04 +01:00
flake8 = "^7.0.0"
pyflakes = "^3.2.0"
bump2version = "^1.0.1"
2024-02-19 01:18:31 +01:00
twine = "^5.0.0"
2024-02-19 01:02:04 +01:00
[ build-system ]
requires = [ "poetry-core" ]
build-backend = "poetry.core.masonry.api"
[ tool . poetry . scripts ]
sshuttle = "sshuttle.cmdline:main"