summaryrefslogtreecommitdiff
path: root/playground/Pipfile
blob: bf1df79203ea7e6a54de6ee0c035c93023184e0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
jupyter = "*"
scikit-image = "*"

[dev-packages]

[requires]
python_version = "3.7"