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

[dev-packages]
pre-commit = "2.17.0"
pytest = "6.2.5"
pytest-cov = "3.0.0"
ethos-u-vela = {editable = true,path = "."}

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