blob: eaf8ff87c40cb87dea396a9e83109885d0f1f0a4 [file] [log] [blame]
Tim Hall79d07d22020-04-27 18:20:16 +01001[[source]]
2name = "pypi"
3url = "https://pypi.org/simple"
4verify_ssl = true
5
6[dev-packages]
Rickard Bolina8810552022-01-13 12:18:15 +00007pre-commit = "2.17.0"
8pytest = "6.2.5"
9pytest-cov = "3.0.0"
Diego Russoea6111a2020-04-14 18:41:58 +010010ethos-u-vela = {editable = true,path = "."}
Tim Hall79d07d22020-04-27 18:20:16 +010011
12[packages]
13ethos-u-vela = {editable = true,path = "."}