diff options
| author | Yuval Adam <_@yuv.al> | 2018-11-18 12:10:10 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-11-18 12:10:10 +0200 |
| commit | fd28acccc2dcc8ee4a4f2dc6ff6804c790195c6a (patch) | |
| tree | 73d51258d9b2e921e33694bad2e46abb948450ea /playground/Pipfile | |
| parent | 98e78d07a7a500b1bcd49dad447c8703c0fa606d (diff) | |
Initial Pipfile
Diffstat (limited to 'playground/Pipfile')
| -rw-r--r-- | playground/Pipfile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/playground/Pipfile b/playground/Pipfile new file mode 100644 index 0000000..bf1df79 --- /dev/null +++ b/playground/Pipfile @@ -0,0 +1,13 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] +jupyter = "*" +scikit-image = "*" + +[dev-packages] + +[requires] +python_version = "3.7" |
