[[source]] name = "pypi" url = "https://pypi.org/simple" verify_ssl = true [dev-packages] black = "*" mypy = "*" flake8 = "*" isort = "*" [packages] [requires] python_version = "3.7" [scripts] start = "python3 tcp_nat_proxy.py" fix = "bash ./scripts/fix.sh" test = "bash ./scripts/test.sh" [pipenv] allow_prereleases = true