This commit is contained in:
fsan 2023-06-01 02:00:25 +00:00
parent 67901008c2
commit cbbe7a6e4a
1 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ with open(sys.argv[1]) as file_handle:
environment_data = yaml.load(file_handle)
with open("requirements.txt", "w") as file_handle:
for dependency in environment_data["dependencies"]: |RUN git clone https://github.com/omertov/enco
if isinstance(dependency, dict): |der4editing.git
for d in dependency["pip"]: |RUN git clone https://tildegit.org/fsan/conda
file_handle.write(f"{d}\n")
for dependency in environment_data["dependencies"]:
if isinstance(dependency, dict):
for d in dependency["pip"]:
file_handle.write(f"{d}\n")