feat: request cache and request lock

This commit is contained in:
WorldObservationLog
2024-05-06 23:54:09 +08:00
parent 43fb4679a7
commit 43333c6631
4 changed files with 187 additions and 128 deletions

View File

@@ -21,6 +21,7 @@ frida = "^16.2.1"
tenacity = "^8.2.3"
prompt-toolkit = "^3.0.43"
mitmproxy = "^10.3.0"
async-lru = "^2.0.4"
[build-system]
requires = ["poetry-core"]