feat: Add HTTPie to CLI agents
All checks were successful
Build Docker / BuildImage (push) Successful in 46s

This commit is contained in:
2025-10-30 17:26:06 +11:00
parent c9542e4af7
commit 4c654fcb78
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
from flask import render_template
from tools import error_response, getAddress, get_tools_data, getClientIP
from tools import getAddress, get_tools_data, getClientIP
import os
from functools import lru_cache
import requests