still doing some work but checking in what i have so far

This commit is contained in:
brent s
2019-10-09 07:18:10 -04:00
parent 3ca56d7b5c
commit 108588827a
8 changed files with 259 additions and 70 deletions

View File

@@ -7,13 +7,14 @@
import ensurepip
import json
import os
import tempfile
import subprocess
import sys
import tempfile
import venv
# TODO: a more consistent way of managing deps?
depmods = ['gpg', 'requests', 'lxml', 'psutil', 'pyparted', 'pytz', 'passlib', 'validators']
depmods = ['blkinfo', 'gpg', 'lxml', 'passlib', 'psutil',
'pyparted', 'pytz', 'requests', 'validators']
class EnvBuilder(object):
def __init__(self):