summaryrefslogtreecommitdiff
path: root/playground/Pipfile
blob: 64693a42c4f21d32b89b01313b46cafcf43d24c5 (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 = "*"
pillow = "*"

[dev-packages]

[requires]
python_version = "3.7"