archive
/
tcp-nat-proxy
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
tcp-nat-proxy/Pipfile

24 lines
329 B
TOML

[[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