introduce pyotp and support generating totp within skyvern (#1176)

This commit is contained in:
Shuchang Zheng
2024-11-12 02:17:22 -08:00
committed by GitHub
parent 79bc51ba54
commit efdf4b5cab
5 changed files with 26 additions and 24 deletions

View File

@@ -50,6 +50,7 @@ temporalio = "^1.6.0"
requests-toolbelt = "^1.0.0"
posthog = "^3.7.0"
aiofiles = "^24.1.0"
pyotp = "^2.9.0"
[tool.poetry.group.dev.dependencies]
isort = "^5.13.2"