added requirements file

This commit is contained in:
PatchOfScotland
2023-02-20 14:18:22 +01:00
parent 8e34a50891
commit b9063e1743
3 changed files with 6 additions and 2 deletions

View File

@ -69,7 +69,6 @@ def check_python_requirements(reqs:Dict[str,Any])->bool:
if basename(prefix) != reqs[REQ_PYTHON_ENVIRONMENT]:
return False, ""
# TODO expand these so you can specify versions
if REQ_PYTHON_MODULES in reqs:
for module in reqs[REQ_PYTHON_MODULES]:
module_version = None