if self.data.get('reqs') != {} and isinstance(self.data.get('reqs'), dict):
            output = output + ", reqs=" + str(sorted(self.data.get('reqs').items(), key=lambda x: x[0]))