class Dependabot::Uv::FileParser::PythonRequirementParser

def run_command(command, env: {})

def run_command(command, env: {})
  SharedHelpers.run_shell_command(command, env: env, stderr_to_stdout: true)
end