9 lines
162 B
Python
9 lines
162 B
Python
defaults = {
|
|
'apt': {
|
|
'packages': {
|
|
'python3-dev': {},
|
|
'python3-pip': {},
|
|
'python3-venv': {},
|
|
},
|
|
},
|
|
}
|