KasmVNC/Pipfile

16 lines
201 B
TOML
Raw Normal View History

2021-09-10 13:14:56 +02:00
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
mamba = "*"
expects = "*"
2021-09-15 07:38:37 +02:00
"path.py" = "*"
2021-09-16 08:33:17 +02:00
pexpect = "*"
2021-09-10 13:14:56 +02:00
[dev-packages]
[requires]
2021-09-16 12:23:55 +02:00
python_version = "3.8"