vncserver: Python spec spike

This commit is contained in:
Dmitry Maksyoma
2021-09-10 23:14:56 +12:00
parent dbd54fe35c
commit 7cb1ea9ebc
3 changed files with 139 additions and 0 deletions

13
Pipfile Normal file
View File

@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
mamba = "*"
expects = "*"
[dev-packages]
[requires]
python_version = "3"