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

[dev-packages]
pre-commit = "*"
ethos-u-vela = {editable = true,path = "."}

[packages]
ethos-u-vela = {editable = true,path = "."}