initial commit

This commit is contained in:
2020-10-18 20:19:26 +02:00
parent be8e7fc98c
commit 8903eae460
10 changed files with 921 additions and 0 deletions

15
Pipfile Normal file
View File

@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pygobject = "*"
jupyterlab = "*"
ipykernel = "*"
[dev-packages]
autopep8 = "*"
[requires]
python_version = "3.8"