kube-escape/Pipfile
Frank Villaro-Dixon 7f7ddbecc5 create poc
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
2024-08-27 21:44:15 +02:00

14 lines
170 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
websockets = "*"
asyncio = "*"
[dev-packages]
[requires]
python_version = "3.12"