add pipfile

Signed-off-by: Jonas Weinz <jo.we93@gmx.de>
This commit is contained in:
Jonas Weinz 2020-05-03 10:02:01 +02:00
parent ae1ce14f3a
commit 567f7d3c67

16
Pipfile Normal file
View File

@ -0,0 +1,16 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
jupyterlab = "*"
numpy = "*"
pylint = "*"
flake8 = "*"
rope = "*"
[dev-packages]
[requires]
python_version = "3.8"