diff options
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" |
